UIBarButtonItem.SetBackButtonTitlePositionAdjustment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.