AccessibilityEvent.MovementGranularity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the movement granularity that was traversed. -or- Sets the movement granularity that was traversed.
public Android.Views.Accessibility.MovementGranularity MovementGranularity { [Android.Runtime.Register("getMovementGranularity", "()I", "")] get; [Android.Runtime.Register("setMovementGranularity", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getMovementGranularity", "()I", "")>]
[<set: Android.Runtime.Register("setMovementGranularity", "(I)V", "")>]
member this.MovementGranularity : Android.Views.Accessibility.MovementGranularity with get, set
Property Value
The granularity.
- Attributes
Exceptions
If called from an AccessibilityService.
Remarks
Property getter documentation:
Gets the movement granularity that was traversed.
Java documentation for android.view.accessibility.AccessibilityEvent.getMovementGranularity()
.
Property setter documentation:
Sets the movement granularity that was traversed.
Java documentation for android.view.accessibility.AccessibilityEvent.setMovementGranularity(int)
.
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.