KeyEvent.KeycodeKeyboardBacklightToggle Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.

Constante de código de tecla: alternancia de retroiluminación del teclado.

[Android.Runtime.Register("KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodeKeyboardBacklightToggle = 307;
[<Android.Runtime.Register("KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodeKeyboardBacklightToggle : Android.Views.Keycode

Valor de campo

Value = 307

Implementaciones

Atributos

Comentarios

Constante de código de tecla: alternancia de retroiluminación del teclado

Java documentación para android.view.KeyEvent.KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a