[]
        
(Showing Draft Content)

DDCssLib.CSSValue.SetColorValue

SetColorValue Method

SetColorValue(eCSSUnit, Color, string)

Specifies this class's current value as a System.Drawing.Color object. Will set the Unit value to eCSSUnit.Color.

Declaration
public void SetColorValue(eCSSUnit eColorUnit, Color aValue, string sOriginalSyntax)
Parameters
Type Name Description
eCSSUnit eColorUnit
Color aValue

The actual color value in System.Drawing.Color.

string sOriginalSyntax

The way that the color value should be outputed when the CSS string is rebuilt.