Lenguaje

AccessibilityNodeInfo.ActionScrollForward Campo

Definición

Precaución

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

Acción para desplazar el contenido del nodo hacia delante.

[Android.Runtime.Register("ACTION_SCROLL_FORWARD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)]
public const Android.Views.Accessibility.Action ActionScrollForward = 4096;
[<Android.Runtime.Register("ACTION_SCROLL_FORWARD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)>]
val mutable ActionScrollForward : Android.Views.Accessibility.Action

Valor de campo

Value = 4096

Implementaciones

Atributos

Comentarios

Acción para desplazar el contenido del nodo hacia delante.

Java documentación para android.view.accessibility.AccessibilityNodeInfo.ACTION_SCROLL_FORWARD.

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