UIBarButtonItem.UIBarButtonItemAppearance.GetBackButtonBackgroundImage Method

Definition

The background image used for the back button.

[Foundation.Export("backButtonBackgroundImageForState:barMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetBackButtonBackgroundImage (UIKit.UIControlState forState, UIKit.UIBarMetrics barMetrics);
abstract member GetBackButtonBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackButtonBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage

Parameters

forState
UIControlState
barMetrics
UIBarMetrics

Returns

Attributes

Applies to