Compartir a través de


Switch.SwitchMinWidth Propiedad

Definición

Obtenga el ancho mínimo del modificador en píxeles. -o bien- Establezca el ancho mínimo del modificador en píxeles.

public virtual int SwitchMinWidth { [Android.Runtime.Register("getSwitchMinWidth", "()I", "GetGetSwitchMinWidthHandler")] get; [Android.Runtime.Register("setSwitchMinWidth", "(I)V", "GetSetSwitchMinWidth_IHandler")] set; }
[<get: Android.Runtime.Register("getSwitchMinWidth", "()I", "GetGetSwitchMinWidthHandler")>]
[<set: Android.Runtime.Register("setSwitchMinWidth", "(I)V", "GetSetSwitchMinWidth_IHandler")>]
member this.SwitchMinWidth : int with get, set

Valor de propiedad

Ancho mínimo del modificador en píxeles

Atributos

Comentarios

Documentación del captador de propiedades:

Obtenga el ancho mínimo del modificador en píxeles. El ancho del modificador será el máximo de este valor y su ancho medido según lo determinen los dibujables del modificador y el texto utilizado.

Documentación de Java para android.widget.Switch.getSwitchMinWidth().

Documentación del establecedor de propiedades:

Establezca el ancho mínimo del modificador en píxeles. El ancho del modificador será el máximo de este valor y su ancho medido según lo determinen los dibujables del modificador y el texto utilizado.

Documentación de Java para android.widget.Switch.setSwitchMinWidth(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a