Compartilhar via


MotionEvent.ToolTypeFinger Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Views.MotionEventToolType enum directly instead of this field.

Constante de tipo de ferramenta: A ferramenta é um dedo.

[Android.Runtime.Register("TOOL_TYPE_FINGER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventToolType enum directly instead of this field.", true)]
public const Android.Views.MotionEventToolType ToolTypeFinger = 1;
[<Android.Runtime.Register("TOOL_TYPE_FINGER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventToolType enum directly instead of this field.", true)>]
val mutable ToolTypeFinger : Android.Views.MotionEventToolType

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Constante de tipo de ferramenta: A ferramenta é um dedo.

Documentação Java para android.view.MotionEvent.TOOL_TYPE_FINGER.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

Confira também