UIBarButtonItem.UIBarButtonItemAppearance.SetBackgroundImage Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- state
- UIControlState
- 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
- state
- UIControlState
- style
- UIBarButtonItemStyle
- barMetrics
- UIBarMetrics
- Attributi