UIBarButtonItem.SetBackButtonTitlePositionAdjustment Method

Definition

Allows the offset of the back button title to be specified for a given control state and bar metrics.

[Foundation.Export("setBackButtonTitlePositionAdjustment:forBarMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackButtonTitlePositionAdjustment (UIKit.UIOffset adjustment, UIKit.UIBarMetrics barMetrics);
abstract member SetBackButtonTitlePositionAdjustment : UIKit.UIOffset * UIKit.UIBarMetrics -> unit
override this.SetBackButtonTitlePositionAdjustment : UIKit.UIOffset * UIKit.UIBarMetrics -> unit

Parameters

adjustment
UIOffset

The offset of the back button title.

barMetrics
UIBarMetrics

The bar metrics to set the offset for.

Attributes

Remarks

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

Applies to