CoreCursor.Type Property

Definition

Gets the type of the cursor.

public:
 property CoreCursorType Type { CoreCursorType get(); };
CoreCursorType Type();
public CoreCursorType Type { get; }
var coreCursorType = coreCursor.type;
Public ReadOnly Property Type As CoreCursorType

Property Value

The type of the cursor.

Applies to