Android.Gestures.Gesture.Length Property
Calculates the total length of the gesture.

Syntax

[get: Android.Runtime.Register("getLength", "()F", "GetGetLengthHandler")]
public virtual float Length { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Calculates the total length of the gesture. When there are multiple strokes in the gesture, this returns the sum of the lengths of all the strokes.

[Android Documentation]

Requirements

Namespace: Android.Gestures
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4