Paint.CursorAtOrAfter フィールド

定義

注意事項

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

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

フィールド値

Value = 1
属性

注釈

getTextRunCursor のオプション。

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

android.graphics.Paint.CURSOR_AT_OR_AFTERJava ドキュメント。

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

適用対象