次の方法で共有


InputSystemCursor.CursorShape プロパティ

定義

InputSystemCursor オブジェクトでサポートされている標準のシステム ビジュアル ポインター型を取得します。

public:
 property InputSystemCursorShape CursorShape { InputSystemCursorShape get(); };
InputSystemCursorShape CursorShape();
public InputSystemCursorShape CursorShape { get; }
var inputSystemCursorShape = inputSystemCursor.cursorShape;
Public ReadOnly Property CursorShape As InputSystemCursorShape

プロパティ値

標準のシステム ビジュアル ポインター型。

適用対象