UIBarButtonItem.GetBackButtonBackgroundVerticalPositionAdjustment Method

Definition

The back button vertical position offset.

[Foundation.Export("backButtonBackgroundVerticalPositionAdjustmentForBarMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetBackButtonBackgroundVerticalPositionAdjustment (UIKit.UIBarMetrics barMetrics);
abstract member GetBackButtonBackgroundVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat
override this.GetBackButtonBackgroundVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat

Parameters

barMetrics
UIBarMetrics

The bar metrics to return the back button vertical offset for.

Returns

Returns the vertical position offset for specified bar metrics.

Attributes

Remarks

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

Applies to