GestureDescription.MaxStrokeCount Property

Definition

Get the upper limit for the number of strokes a gesture may contain.

public static int MaxStrokeCount { [Android.Runtime.Register("getMaxStrokeCount", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getMaxStrokeCount", "()I", "", ApiSince=24)>]
static member MaxStrokeCount : int

Property Value

The maximum number of strokes.

Attributes

Remarks

Get the upper limit for the number of strokes a gesture may contain.

Java documentation for android.accessibilityservice.GestureDescription.getMaxStrokeCount().

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