Condividi tramite


UIBarButtonItem.UIBarButtonItemAppearance.SetBackgroundImage Metodo

Definizione

Overload

SetBackgroundImage(UIImage, UIControlState, UIBarMetrics)

Specifica l'interfaccia utente in background da usare per uiControlState e UIBarMetrics specificati.

SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics)

Specifica l'immagine di sfondo da usare per l'interfaccia utente specificata, UIBarButtonItemStyle e UIBarMetrics.

SetBackgroundImage(UIImage, UIControlState, UIBarMetrics)

Specifica l'interfaccia utente in background da usare per uiControlState e UIBarMetrics specificati.

[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

Parametri

backgroundImage
UIImage
barMetrics
UIBarMetrics
Attributi

Si applica a

SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics)

Specifica l'immagine di sfondo da usare per l'interfaccia utente specificata, UIBarButtonItemStyle e 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

Parametri

backgroundImage
UIImage
barMetrics
UIBarMetrics
Attributi

Si applica a