GestureStore.OrientationStyle Property

Definition

Specify how the gesture library will handle orientation.

public virtual Android.Gestures.OrientationStyle OrientationStyle { [Android.Runtime.Register("getOrientationStyle", "()I", "GetGetOrientationStyleHandler")] get; [Android.Runtime.Register("setOrientationStyle", "(I)V", "GetSetOrientationStyle_IHandler")] set; }
[<get: Android.Runtime.Register("getOrientationStyle", "()I", "GetGetOrientationStyleHandler")>]
[<set: Android.Runtime.Register("setOrientationStyle", "(I)V", "GetSetOrientationStyle_IHandler")>]
member this.OrientationStyle : Android.Gestures.OrientationStyle with get, set

Property Value

Attributes

Remarks

Specify how the gesture library will handle orientation. Use ORIENTATION_INVARIANT or ORIENTATION_SENSITIVE

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