UIBarButtonItem.GetTitlePositionAdjustment(UIBarMetrics) 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.
Title offset for specified bar metrics..
[Foundation.Export("titlePositionAdjustmentForBarMetrics:")]
public virtual UIKit.UIOffset GetTitlePositionAdjustment (UIKit.UIBarMetrics barMetrics);
abstract member GetTitlePositionAdjustment : UIKit.UIBarMetrics -> UIKit.UIOffset
override this.GetTitlePositionAdjustment : UIKit.UIBarMetrics -> UIKit.UIOffset
Parameters
- barMetrics
- UIBarMetrics
The bar metrics to return the title offset for.
Returns
The title offset..
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.