GestureDescription.StrokeCount Property

Definition

Get the number of stroke in the gesture.

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

Property Value

the number of strokes in this gesture

Attributes

Remarks

Get the number of stroke in the gesture.

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

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