Paint.CursorAt Campo

Definición

Precaución

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

Opción para getTextRunCursor.

[Android.Runtime.Register("CURSOR_AT", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Cursor enum directly instead of this field.", true)]
public const Android.Graphics.Cursor CursorAt = 4;
[<Android.Runtime.Register("CURSOR_AT", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Cursor enum directly instead of this field.", true)>]
val mutable CursorAt : Android.Graphics.Cursor

Valor de campo

Value = 4
Atributos

Comentarios

Opción para getTextRunCursor.

Devuelve el desplazamiento si el cursor en el desplazamiento es válido o -1 si no lo es.

Java documentación para android.graphics.Paint.CURSOR_AT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a