UIBarButtonItem.GetBackButtonTitlePositionAdjustment(UIBarMetrics) Method

Definition

The back button title offset.

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

Parameters

barMetrics
UIBarMetrics

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

Returns

Returns the title 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