ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Backdrop Class / Backdrop Constructor / Backdrop Constructor(Color)
Specifies the primary color.

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

    Parameters

    color
    Specifies the primary color.
    See Also