Specifies this class's current value as a System.Drawing.Color object. Will set the Unit value to eCSSUnit.Color.
'Declaration
Public Sub SetColorValue( _
ByVal As eCSSUnit, _
ByVal As Color, _
ByVal As String _
)
Parameters
- eColorUnit
- aValue
- The actual color value in System.Drawing.Color.
- sOriginalSyntax
- The way that the color value should be outputed when the CSS string is rebuilt.