Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class / RdlColor Constructor / RdlColor Constructor(Color)
A System.Drawing.ColorSystem.Drawing.Color value.

In This Topic
    RdlColor Constructor(Color)
    In This Topic
    Initializes a new instance of the RdlColor class with a literal color value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Color _
    )
    public RdlColor( 
       Color value
    )

    Parameters

    value
    A System.Drawing.ColorSystem.Drawing.Color value.
    See Also