次の方法で共有


UIBarButtonItem.SetBackButtonBackgroundImage メソッド

定義

ボタンの背景画像を設定できるようにします。

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

パラメーター

backgroundImage
UIImage

ボタンの背景画像。

このパラメーターは、null に設定できます。

forState
UIControlState

背景画像を設定する状態。

barMetrics
UIBarMetrics

背景イメージを選択するバー メトリック

属性

注釈

このメンバーは、スタイルシステムに UIAppearance 参加します。 Appearanceプロパティと メソッドをAppearanceWhenContainedIn(Type[])参照してください。

適用対象