UINavigationBar.GetTitleVerticalPositionAdjustment(UIBarMetrics) Method

Definition

Gets the vertical adjustment for the specified barMetrics.

[Foundation.Export("titleVerticalPositionAdjustmentForBarMetrics:")]
public virtual nfloat GetTitleVerticalPositionAdjustment (UIKit.UIBarMetrics barMetrics);
abstract member GetTitleVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat
override this.GetTitleVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat

Parameters

barMetrics
UIBarMetrics

Specifies the orientation of the toolbar.

Returns

The vertical adjustment for the specified barMetrics.

Attributes

Remarks

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

Applies to

See also

  • <xref:UIKit.UINavigationBar.SetTitleVerticalPositionAdjustment>