Gesture.Strokes Property

Definition

public virtual System.Collections.Generic.IList<Android.Gestures.GestureStroke>? Strokes { [Android.Runtime.Register("getStrokes", "()Ljava/util/ArrayList;", "GetGetStrokesHandler")] get; }
[<get: Android.Runtime.Register("getStrokes", "()Ljava/util/ArrayList;", "GetGetStrokesHandler")>]
member this.Strokes : System.Collections.Generic.IList<Android.Gestures.GestureStroke>

Property Value

all the strokes of the gesture

Attributes

Remarks

Java documentation for android.gesture.Gesture.getStrokes().

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