Reflection
Color Property


Gets the color map object associated with the theme.
Syntax
'Declaration
 
ReadOnly Property Color As IThemeColor
'Usage
 
Dim instance As ITheme
Dim value As IThemeColor
 
value = instance.Color
IThemeColor Color {get;}
See Also