Langue

Paint.CursorAtOrAfter 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_AT_OR_AFTER", 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 CursorAtOrAfter = 1;
[<Android.Runtime.Register("CURSOR_AT_OR_AFTER", 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 CursorAtOrAfter : Android.Graphics.Cursor

Valeur de champ

Value = 1
Attributs

Remarques

Option pour getTextRunCursor.

Calculez le curseur valide au niveau ou après le décalage ou la limite du contexte, selon ce qui est inférieur.

Java documentation pour android.graphics.Paint.CURSOR_AT_OR_AFTER.

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 à