Paint.CursorAtOrBefore 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_OR_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 CursorAtOrBefore = 3;
[<Android.Runtime.Register("CURSOR_AT_OR_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 CursorAtOrBefore : Android.Graphics.Cursor

Valor de campo

Value = 3
Atributos

Comentarios

Opción para getTextRunCursor.

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

Java documentación para android.graphics.Paint.CURSOR_AT_OR_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