Paint.CursorBefore フィールド

定義

注意事項

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

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

フィールド値

Value = 2
属性

注釈

getTextRunCursor のオプション。

オフセットの前またはコンテキストの先頭のいずれか大きい方の方に、有効なカーソルを計算します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象