Freigeben über


UIBarButtonItem.GetBackButtonBackgroundImage Methode

Definition

Hintergrundbild der Schaltfläche "Zurück" für einen bestimmten Steuerelementstatus. Wird nur für eine UINavigationBar Zurück-Schaltfläche verwendet.

[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

Parameter

forState
UIControlState
barMetrics
UIBarMetrics

Gibt zurück

Hintergrundbild der Schaltfläche "Zurück".

Attribute

Hinweise

Dieses Element nimmt am Formatierungssystem teil UIAppearance . Sehen Sie sich die Appearance -Eigenschaft und die -Methode an AppearanceWhenContainedIn(Type[]) .

Gilt für: