UINavigationBar.UINavigationBarAppearance.GetBackgroundImage 方法

定义

重载

GetBackgroundImage(UIBarMetrics)

用于指定 UIBarMetrics 的背景图像。

GetBackgroundImage(UIBarPosition, UIBarMetrics)

用于指定 UIBarPosition 和 UIBarMetrics 的背景图像。

GetBackgroundImage(UIBarMetrics)

用于指定 UIBarMetrics 的背景图像。

[Foundation.Export("backgroundImageForBarMetrics:")]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIBarMetrics forBarMetrics);
abstract member GetBackgroundImage : UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIBarMetrics -> UIKit.UIImage

参数

forBarMetrics
UIBarMetrics

返回

属性

适用于

GetBackgroundImage(UIBarPosition, UIBarMetrics)

用于指定 UIBarPosition 和 UIBarMetrics 的背景图像。

[Foundation.Export("backgroundImageForBarPosition:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIBarPosition barPosition, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIBarPosition * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIBarPosition * UIKit.UIBarMetrics -> UIKit.UIImage

参数

barPosition
UIBarPosition
barMetrics
UIBarMetrics

返回

属性

适用于