Paint.CursorAt フィールド

定義

注意事項

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", 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 CursorAt = 4;
[<Android.Runtime.Register("CURSOR_AT", 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 CursorAt : Android.Graphics.Cursor

フィールド値

Value = 4
属性

注釈

getTextRunCursor のオプション。

オフセット位置のカーソルが有効な場合はオフセットを返し、有効でない場合は -1 を返します。

の Java ドキュメント android.graphics.Paint.CURSOR_AT

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

適用対象