UIBarButtonItem.UIBarButtonItemAppearance.SetBackgroundImage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetBackgroundImage(UIImage, UIControlState, UIBarMetrics) |
Spécifie l’interface utilisateur d’arrière-plan à utiliser pour les uiControlState et UIBarMetrics spécifiés. |
SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics) |
Spécifie l’image d’arrière-plan à utiliser pour uiControlState, UIBarButtonItemStyle et UIBarMetrics spécifiés. |
SetBackgroundImage(UIImage, UIControlState, UIBarMetrics)
Spécifie l’interface utilisateur d’arrière-plan à utiliser pour les uiControlState et UIBarMetrics spécifiés.
[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
Paramètres
- backgroundImage
- UIImage
- state
- UIControlState
- barMetrics
- UIBarMetrics
- Attributs
S’applique à
SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics)
Spécifie l’image d’arrière-plan à utiliser pour uiControlState, UIBarButtonItemStyle et UIBarMetrics spécifiés.
[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
Paramètres
- backgroundImage
- UIImage
- state
- UIControlState
- style
- UIBarButtonItemStyle
- barMetrics
- UIBarMetrics
- Attributs