ExpPointerCursorController.Cursor 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.
public:
property CoreCursor ^ Cursor { CoreCursor ^ get(); void set(CoreCursor ^ value); };
CoreCursor Cursor();
void Cursor(CoreCursor value);
public CoreCursor Cursor { get; set; }
var coreCursor = expPointerCursorController.cursor;
expPointerCursorController.cursor = coreCursor;
Public Property Cursor As CoreCursor