Поделиться через


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

Возвращаемое значение

Атрибуты

Применяется к