UIBarButtonItem.UIBarButtonItemAppearance.SetBackgroundImage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetBackgroundImage(UIImage, UIControlState, UIBarMetrics) |
指定した UIControlState および UIBarMetrics に使用する背景 UIImage を指定します。 |
SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics) |
指定した UIControlState、UIBarButtonItemStyle、および UIBarMetrics に使用する背景イメージを指定します。 |
SetBackgroundImage(UIImage, UIControlState, UIBarMetrics)
指定した UIControlState および UIBarMetrics に使用する背景 UIImage を指定します。
[Foundation.Export("setBackgroundImage:forState:barMetrics:")]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIControlState state, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
パラメーター
- backgroundImage
- UIImage
- state
- UIControlState
- barMetrics
- UIBarMetrics
- 属性
適用対象
SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics)
指定した UIControlState、UIBarButtonItemStyle、および UIBarMetrics に使用する背景イメージを指定します。
[Foundation.Export("setBackgroundImage:forState:style:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIControlState state, UIKit.UIBarButtonItemStyle style, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarButtonItemStyle * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarButtonItemStyle * UIKit.UIBarMetrics -> unit
パラメーター
- backgroundImage
- UIImage
- state
- UIControlState
- style
- UIBarButtonItemStyle
- barMetrics
- UIBarMetrics
- 属性