GestureDescription.MaxStrokeCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.