'Declaration Public Overloads Function GetColorFromTheme( _ ByVal themeColor As ThemeColor _ ) As Color
'Usage Dim instance As SmartPaint Dim themeColor As ThemeColor Dim value As Color value = instance.GetColorFromTheme(themeColor)
public Color GetColorFromTheme( ThemeColor themeColor )
Parameters
- themeColor
- A Xceed.SmartUI.UIStyle.ThemeColor value.
Return Value
A System.Drawing.Color structure representing the current color of the specified Xceed.SmartUI.UIStyle.ThemeColor.