UINavigationBar.SetTitleVerticalPositionAdjustment Method

Definition

Vertically changes the position of the title by for the specified .

[Foundation.Export("setTitleVerticalPositionAdjustment:forBarMetrics:")]
public virtual void SetTitleVerticalPositionAdjustment (nfloat adjustment, UIKit.UIBarMetrics barMetrics);
abstract member SetTitleVerticalPositionAdjustment : nfloat * UIKit.UIBarMetrics -> unit
override this.SetTitleVerticalPositionAdjustment : nfloat * UIKit.UIBarMetrics -> unit

Parameters

adjustment
nfloat
barMetrics
UIBarMetrics
Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to