UINavigationBar.UINavigationBarAppearance.GetBackgroundImage Method

Definition

Overloads

GetBackgroundImage(UIBarMetrics)

The background image used for the specified UIBarMetrics.

GetBackgroundImage(UIBarPosition, UIBarMetrics)

The background image used for the specified UIBarPosition and UIBarMetrics.

GetBackgroundImage(UIBarMetrics)

The background image used for the specified 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

Parameters

forBarMetrics
UIBarMetrics

Returns

Attributes

Applies to

GetBackgroundImage(UIBarPosition, UIBarMetrics)

The background image used for the specified UIBarPosition and 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

Parameters

barPosition
UIBarPosition
barMetrics
UIBarMetrics

Returns

Attributes

Applies to