'Declaration Public Sub SetColorValue( _ ByVal eColorUnit As eCSSUnit, _ ByVal aValue As Color, _ ByVal sOriginalSyntax As String _ )
public void SetColorValue( eCSSUnit eColorUnit, Color aValue, string sOriginalSyntax )
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.