UINavigationBar.UINavigationBarAppearance.GetBackgroundImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性