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

属性值

标准系统视觉指针类型。

适用于