UINavigationBar.SetBackgroundImage Méthode

Définition

Surcharges

SetBackgroundImage(UIImage, UIBarMetrics)

Modifie l’image d’arrière-plan pour .barMetrics

SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics)

Définit l’image d’arrière-plan pour et barPositionbarMetrics.

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

backgroundImage
UIImage

Image d’arrière-plan ou null pour l’effacer.

Ce paramètre peut être null.

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 barPositionbarMetrics.

[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

backgroundImage
UIImage

À ajouter.

Ce paramètre peut être null.

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>

S’applique à