次の方法で共有


LineDisplayCursorAttributes.CursorType プロパティ

定義

行表示で使用されるカーソルの種類を取得または設定します。

public:
 property LineDisplayCursorType CursorType { LineDisplayCursorType get(); void set(LineDisplayCursorType value); };
LineDisplayCursorType CursorType();

void CursorType(LineDisplayCursorType value);
public LineDisplayCursorType CursorType { get; set; }
var lineDisplayCursorType = lineDisplayCursorAttributes.cursorType;
lineDisplayCursorAttributes.cursorType = lineDisplayCursorType;
Public Property CursorType As LineDisplayCursorType

プロパティ値

使用されるカーソルの種類。

注釈

このプロパティに対する変更は、 LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes) の次回の呼び出しでデバイスにコミットされます。

適用対象

こちらもご覧ください