'DeclarationPublic ReadOnly Property Cursor As IThemeCursor
'UsageDim instance As Theme Dim value As IThemeCursor value = instance.Cursor
public IThemeCursor Cursor {get;}
Gets the cursor object associated with the theme.'DeclarationPublic ReadOnly Property Cursor As IThemeCursor
'UsageDim 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;