Compartir a través de


UISlider.MinValueImage Propiedad

Definición

Esta es la imagen que representará el control deslizante en el tamaño mínimo del valor del control.

public virtual UIKit.UIImage MinValueImage { [Foundation.Export("minimumValueImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setMinimumValueImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.MinValueImage : UIKit.UIImage with get, set

Valor de propiedad

Este valor puede ser null.

Atributos

Comentarios

Esta imagen debe caber en el rectángulo especificado por MinValueImageRectForBounds(CGRect).

Este miembro participa en el UIAppearance sistema de estilos. Vea la Appearance propiedad y el AppearanceWhenContainedIn(Type[]) método .

Se aplica a