WKInterfaceGroup.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(NSData) |
Définit l’image d’arrière-plan ou, si elle est passée |
SetBackgroundImage(String) |
Définit l’image d’arrière-plan sur une image mise en cache. |
SetBackgroundImage(UIImage) |
SetBackgroundImage(NSData)
Définit l’image d’arrière-plan ou, si elle est passée null
, efface l’image d’arrière-plan.
[Foundation.Export("setBackgroundImageData:")]
public virtual void SetBackgroundImage (Foundation.NSData imageData);
abstract member SetBackgroundImage : Foundation.NSData -> unit
override this.SetBackgroundImage : Foundation.NSData -> unit
Paramètres
- Attributs
Remarques
L’image d’arrière-plan peut être animée.
S’applique à
SetBackgroundImage(String)
Définit l’image d’arrière-plan sur une image mise en cache.
[Foundation.Export("setBackgroundImageNamed:")]
public virtual void SetBackgroundImage (string imageName);
abstract member SetBackgroundImage : string -> unit
override this.SetBackgroundImage : string -> unit
Paramètres
- imageName
- String
Identificateur de l’image souhaitée dans le cache d’images de l’appareil.
Ce paramètre peut être null
.
- Attributs
Remarques
L’image d’arrière-plan peut être animée.
S’applique à
SetBackgroundImage(UIImage)
[Foundation.Export("setBackgroundImage:")]
public virtual void SetBackgroundImage (UIKit.UIImage image);
abstract member SetBackgroundImage : UIKit.UIImage -> unit
override this.SetBackgroundImage : UIKit.UIImage -> unit
Paramètres
- Attributs