ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / GetColorValue Method

In This Topic
GetColorValue Method
In This Topic
Returns the current color value as a Color object. If the current unit type is string it will be converted using ColorTranslator.FromHtml(). If the current value is a Color it is returned directly.
Syntax
'Declaration
 
Public Function GetColorValue() As Color
 
See Also