Langue

Paint.CursorBefore Champ

Définition

Attention

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

Option pour 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

Valeur de champ

Value = 2
Attributs

Remarques

Option pour getTextRunCursor.

Calculez le curseur valide avant le décalage ou le début du contexte, selon la valeur la plus élevée.

Java documentation pour android.graphics.Paint.CURSOR_BEFORE.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à