共用方式為


UIBarButtonItem.GetBackButtonBackgroundImage 方法

定義

指定控制項狀態的返回按鈕背景影像。 UINavigationBar僅用於返回按鈕。

[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

參數

forState
UIControlState
barMetrics
UIBarMetrics

傳回

上一頁按鈕背景影像。

屬性

備註

此成員參與 UIAppearance 樣式系統。 Appearance請參閱 屬性和 AppearanceWhenContainedIn(Type[]) 方法。

適用於