Paint.CursorBefore 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_BEFORE", 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 CursorBefore = 2;
[<Android.Runtime.Register("CURSOR_BEFORE", 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 CursorBefore : Android.Graphics.Cursor

Valor de campo

Value = 2
Atributos

Comentarios

Opción para getTextRunCursor.

Calcule el cursor válido antes del desplazamiento o el inicio del contexto, lo que sea mayor.

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

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