'Declaration
Public ReadOnly Property Cursor As IThemeCursor
'Usage
Dim instance As Theme Dim value As IThemeCursor value = instance.Cursor
public IThemeCursor Cursor {get;}
Gets
the cursor object associated with the theme.'Declaration
Public ReadOnly Property Cursor As IThemeCursor
'Usage
Dim instance As Theme Dim value As IThemeCursor value = instance.Cursor
public IThemeCursor Cursor {get;}
private Theme theme; private IThemeCursor cursor; //Gets the theme cursor. cursor = theme.Cursor;