UINavigationBar.SetTitleVerticalPositionAdjustment 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.
Vertically changes the position of the title by for the specified .
[Foundation.Export("setTitleVerticalPositionAdjustment:forBarMetrics:")]
public virtual void SetTitleVerticalPositionAdjustment (nfloat adjustment, UIKit.UIBarMetrics barMetrics);
abstract member SetTitleVerticalPositionAdjustment : nfloat * UIKit.UIBarMetrics -> unit
override this.SetTitleVerticalPositionAdjustment : nfloat * UIKit.UIBarMetrics -> unit
Parameters
- adjustment
- nfloat
- barMetrics
- UIBarMetrics
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.