WKInterfaceGroup.SetBackgroundImage Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetBackgroundImage(NSData) |
Establece la imagen de fondo o, si se pasa |
SetBackgroundImage(String) |
Establece la imagen de fondo en una imagen almacenada en caché. |
SetBackgroundImage(UIImage) |
SetBackgroundImage(NSData)
Establece la imagen de fondo o, si se pasa null
, borra la imagen de fondo.
[Foundation.Export("setBackgroundImageData:")]
public virtual void SetBackgroundImage (Foundation.NSData imageData);
abstract member SetBackgroundImage : Foundation.NSData -> unit
override this.SetBackgroundImage : Foundation.NSData -> unit
Parámetros
- Atributos
Comentarios
La imagen de fondo puede animarse.
Se aplica a
SetBackgroundImage(String)
Establece la imagen de fondo en una imagen almacenada en caché.
[Foundation.Export("setBackgroundImageNamed:")]
public virtual void SetBackgroundImage (string imageName);
abstract member SetBackgroundImage : string -> unit
override this.SetBackgroundImage : string -> unit
Parámetros
- imageName
- String
Identificador de la imagen deseada en la memoria caché de imágenes del dispositivo.
Este parámetro puede ser null
.
- Atributos
Comentarios
La imagen de fondo puede animarse.
Se aplica a
SetBackgroundImage(UIImage)
[Foundation.Export("setBackgroundImage:")]
public virtual void SetBackgroundImage (UIKit.UIImage image);
abstract member SetBackgroundImage : UIKit.UIImage -> unit
override this.SetBackgroundImage : UIKit.UIImage -> unit
Parámetros
- Atributos