WebSettings.LightTouchEnabled Propiedad

Definición

Obtiene si se habilitan los toques claros.

public abstract bool LightTouchEnabled { [Android.Runtime.Register("getLightTouchEnabled", "()Z", "GetGetLightTouchEnabledHandler")] get; [Android.Runtime.Register("setLightTouchEnabled", "(Z)V", "GetSetLightTouchEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("getLightTouchEnabled", "()Z", "GetGetLightTouchEnabledHandler")>]
[<set: Android.Runtime.Register("setLightTouchEnabled", "(Z)V", "GetSetLightTouchEnabled_ZHandler")>]
member this.LightTouchEnabled : bool with get, set

Valor de propiedad

Atributos

Comentarios

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

Consulte también