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
- 屬性