ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetColorValue Method
The actual color value in System.Drawing.Color.
The way that the color value should be outputed when the CSS string is rebuilt.

In This Topic
    SetColorValue Method
    In This Topic
    Specifies this class's current value as a System.Drawing.Color object. Will set the Unit value to eCSSUnit.Color.
    Syntax
    '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.
    See Also