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