UIBarButtonItem.GetBackButtonBackgroundVerticalPositionAdjustment 方法

定义

后退按钮垂直位置偏移量。

[Foundation.Export("backButtonBackgroundVerticalPositionAdjustmentForBarMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetBackButtonBackgroundVerticalPositionAdjustment (UIKit.UIBarMetrics barMetrics);
abstract member GetBackButtonBackgroundVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat
override this.GetBackButtonBackgroundVerticalPositionAdjustment : UIKit.UIBarMetrics -> nfloat

参数

barMetrics
UIBarMetrics

要返回其后退按钮垂直偏移量的条形指标。

返回

返回指定条形指标的垂直位置偏移量。

属性

注解

此成员参与 UIAppearance 样式设置系统。 Appearance请参阅 属性和 AppearanceWhenContainedIn(Type[]) 方法。

适用于