Android.Views.MotionEvent.ToolTypeStylus Field
Tool type constant: The tool is a stylus.

Value: 2

Syntax

[Android.Runtime.Register("TOOL_TYPE_STYLUS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventToolType enum directly instead of this field.")]
public const MotionEventToolType ToolTypeStylus

See Also

MotionEvent.GetToolType(int)

Remarks

Tool type constant: The tool is a stylus.

[Android Documentation]

Requirements

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