Paint.CursorAfter フィールド

定義

注意事項

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

getTextRunCursor のオプション。

[Android.Runtime.Register("CURSOR_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 CursorAfter = 0;
[<Android.Runtime.Register("CURSOR_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 CursorAfter : Android.Graphics.Cursor

フィールド値

Value = 0
属性

注釈

getTextRunCursor のオプション。

オフセットまたはコンテキストの制限のいずれか小さい方の後に、有効なカーソルを計算します。

Javaドキュメント。

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

適用対象