'Declaration
Public ReadOnly Property ThemeColor As IThemeColor
'Usage
Dim instance As Theme Dim value As IThemeColor value = instance.ThemeColor
public IThemeColor ThemeColor {get;}
Gets
the color map object associated with the theme.'Declaration
Public ReadOnly Property ThemeColor As IThemeColor
'Usage
Dim instance As Theme Dim value As IThemeColor value = instance.ThemeColor
public IThemeColor ThemeColor {get;}
private Theme theme; private IThemeColor color //Gets the theme color. color = theme.ThemeColor;