Android.Resource.Attribute.UncertainGestureColor Field
Color used to draw the user's strokes until we are sure it's a gesture.

Value: 16843382

Syntax

[Android.Runtime.Register("uncertainGestureColor")]
public const int UncertainGestureColor

Remarks

Color used to draw the user's strokes until we are sure it's a gesture.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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