UIBarButtonItem.GetBackgroundImage 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
GetBackgroundImage(UIControlState, UIBarMetrics) |
Image d’arrière-plan du bouton. |
GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics) |
UIImage utilisé comme arrière-plan par l’objet UIBarButtonItem. |
GetBackgroundImage(UIControlState, UIBarMetrics)
Image d’arrière-plan du bouton.
[Foundation.Export("backgroundImageForState:barMetrics:")]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIControlState state, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage
Paramètres
- state
- UIControlState
État de contrôle pour lequel retourner l’image d’arrière-plan.
- barMetrics
- UIBarMetrics
Métriques de barre pour laquelle renvoyer l’image d’arrière-plan.
Retours
Imnage en arrière-plan pour les métriques d’état et de barre spécifiées.
- Attributs
Remarques
Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.
S’applique à
GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics)
UIImage utilisé comme arrière-plan par l’objet UIBarButtonItem.
[Foundation.Export("backgroundImageForState:style:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIControlState state, UIKit.UIBarButtonItemStyle style, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarButtonItemStyle * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIControlState * UIKit.UIBarButtonItemStyle * UIKit.UIBarMetrics -> UIKit.UIImage
Paramètres
- state
- UIControlState
- style
- UIBarButtonItemStyle
- barMetrics
- UIBarMetrics
Retours
- Attributs
Remarques
Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.