AccessibilityNodeInfo.MovementGranularityPage Field

Definition

Caution

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

Movement granularity bit for traversing the text of a node by page.

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

Field Value

Value = 16

Implements

Attributes

Remarks

Movement granularity bit for traversing the text of a node by page.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.MOVEMENT_GRANULARITY_PAGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to