GestureStore.SequenceType Property

Definition

public virtual Android.Gestures.SequenceStyle SequenceType { [Android.Runtime.Register("getSequenceType", "()I", "GetGetSequenceTypeHandler")] get; [Android.Runtime.Register("setSequenceType", "(I)V", "GetSetSequenceType_IHandler")] set; }
[<get: Android.Runtime.Register("getSequenceType", "()I", "GetGetSequenceTypeHandler")>]
[<set: Android.Runtime.Register("setSequenceType", "(I)V", "GetSetSequenceType_IHandler")>]
member this.SequenceType : Android.Gestures.SequenceStyle with get, set

Property Value

SEQUENCE_INVARIANT or SEQUENCE_SENSITIVE

Attributes

Remarks

Property getter documentation:

Java documentation for android.gesture.GestureStore.getSequenceType().

Property setter documentation:

Java documentation for android.gesture.GestureStore.setSequenceType(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.

Applies to