[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.FillStyle.-ctor

FillStyle Constructor

FillStyle(Color)

Initializes a new instance of the FillStyle class with the specified fill color.

Declaration
public FillStyle(Color fillColor)
Parameters
Type Name Description
Color fillColor

The fill color.

FillStyle(GradientType, Color, Color)

Initializes a new instance of the FillStyle class with the specified gradient type, fill color, and gradient end color.

Declaration
public FillStyle(GradientType gradientType, Color fillColor, Color gradientEndColor)
Parameters
Type Name Description
GradientType gradientType

The gradient type.

Color fillColor

The fill color.

Color gradientEndColor

The gradient end color.