UIBarButtonItem.SetBackButtonBackgroundVerticalPositionAdjustment 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.
[Foundation.Export("setBackButtonBackgroundVerticalPositionAdjustment:forBarMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackButtonBackgroundVerticalPositionAdjustment(nfloat adjustment, UIKit.UIBarMetrics barMetrics);abstract member SetBackButtonBackgroundVerticalPositionAdjustment : nfloat * UIKit.UIBarMetrics -> unit
override this.SetBackButtonBackgroundVerticalPositionAdjustment : nfloat * UIKit.UIBarMetrics -> unitParameters
- adjustment
- nfloat
- barMetrics
- UIBarMetrics
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.