UINavigationBar.GetTitleVerticalPositionAdjustment(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.
Gets the vertical adjustment for the specified barMetrics
.
[Foundation.Export("titleVerticalPositionAdjustmentForBarMetrics:")]
public virtual nfloat GetTitleVerticalPositionAdjustment (UIKit.UIBarMetrics barMetrics);
abstract member GetTitleVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat
override this.GetTitleVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat
Parameters
- barMetrics
- UIBarMetrics
Specifies the orientation of the toolbar.
Returns
The vertical adjustment for the specified barMetrics
.
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.
Applies to
See also
- <xref:UIKit.UINavigationBar.SetTitleVerticalPositionAdjustment>