Android.Views.MotionEvent.AxisToString Method
Returns a string that represents the symbolic name of the specified axis such as "AXIS_X" or an equivalent numeric constant such as "42" if unknown.

Syntax

[Android.Runtime.Register("axisToString", "(I)Ljava/lang/String;", "")]
public static string AxisToString ([Android.Runtime.GeneratedEnum] Axis axis)

Parameters

axis
The axis.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string that represents the symbolic name of the specified axis such as "AXIS_X" or an equivalent numeric constant such as "42" if unknown.

[Android Documentation]

Requirements

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