Share via


UIBarButtonItem.SetBackButtonBackgroundVerticalPositionAdjustment Method

Definition

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