UINavigationBar.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, UIBarMetrics) |
Modifie l’image d’arrière-plan pour . |
SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics) |
Définit l’image d’arrière-plan pour et |
SetBackgroundImage(UIImage, UIBarMetrics)
Modifie l’image d’arrière-plan pour .barMetrics
[Foundation.Export("setBackgroundImage:forBarMetrics:")]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIBarMetrics -> unit
Paramètres
- barMetrics
- UIBarMetrics
Spécifie l’orientation de la barre d’outils.
- Attributs
Remarques
Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.
Voir aussi
- <xref:UIKit.UINavigationBar.GetBackgroundImage>
S’applique à
SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics)
Définit l’image d’arrière-plan pour et barPosition
barMetrics
.
[Foundation.Export("setBackgroundImage:forBarPosition:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIBarPosition barPosition, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIBarPosition * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIBarPosition * UIKit.UIBarMetrics -> unit
Paramètres
- barPosition
- UIBarPosition
Position de la barre d’outils dans la vue.
- barMetrics
- UIBarMetrics
Spécifie l’orientation de la barre d’outils.
- Attributs
Remarques
Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.
Voir aussi
- <xref:UIKit.UINavigationBar.GetBackgroundImage>