InputSystemCursor.CursorShape Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the standard system visual pointer type supported by the InputSystemCursor object.
public:
property InputSystemCursorShape CursorShape { InputSystemCursorShape get(); };
InputSystemCursorShape CursorShape();
public InputSystemCursorShape CursorShape { get; }
var inputSystemCursorShape = inputSystemCursor.cursorShape;
Public ReadOnly Property CursorShape As InputSystemCursorShape
Property Value
The standard system visual pointer type.