Share via


UINavigationBar.UINavigationBarAppearance.GetTitleVerticalPositionAdjustment Method

Definition

The vertical adjustment of the title for the specified UIBarMetrics.

[Foundation.Export("titleVerticalPositionAdjustmentForBarMetrics:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetTitleVerticalPositionAdjustment(UIKit.UIBarMetrics barMetrics);
[<Foundation.Export("titleVerticalPositionAdjustmentForBarMetrics:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTitleVerticalPositionAdjustment : UIKit.UIBarMetrics -> System.Runtime.InteropServices.NFloat
override this.GetTitleVerticalPositionAdjustment : UIKit.UIBarMetrics -> System.Runtime.InteropServices.NFloat

Parameters

barMetrics
UIBarMetrics

Returns

Attributes

Applies to