Compartir a través de


UIImageView.Highlighted Propiedad

Definición

Indica si uiImageView está resaltado.

public virtual bool Highlighted { [Foundation.Export("isHighlighted")] get; [Foundation.Export("setHighlighted:")] set; }
member this.Highlighted : bool with get, set

Valor de propiedad

Atributos

Comentarios

Esta propiedad determina si se muestran las imágenes normales o resaltadas. Cuando Resaltado = true, un UIImageView no animado mostrará y HighlightedImage un UIImageView animado mostrará .HighlightedAnimationImages Si ambas propiedades son null o si Highlighted son = false, se usarán las Image propiedades y AnimationImages .

Se aplica a