[]
        
(Showing Draft Content)

DDCssLib.CSSValue.GetColorValue

GetColorValue Method

GetColorValue()

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.

Declaration
public Color GetColorValue()
Returns
Type Description
Color