Share via


UINavigationBar.SetTitleVerticalPositionAdjustment Method

Definition

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

[Foundation.Export("setTitleVerticalPositionAdjustment:forBarMetrics:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTitleVerticalPositionAdjustment(System.Runtime.InteropServices.NFloat adjustment, UIKit.UIBarMetrics barMetrics);
[<Foundation.Export("setTitleVerticalPositionAdjustment:forBarMetrics:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTitleVerticalPositionAdjustment : System.Runtime.InteropServices.NFloat * UIKit.UIBarMetrics -> unit
override this.SetTitleVerticalPositionAdjustment : System.Runtime.InteropServices.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