[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.FillStyle

FillStyle Class

Represents the type of fill style.

Inheritance
FillStyle
Namespace: GrapeCity.ActiveReports.Rendering.Components.Dashboard
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class FillStyle

Constructors

Name Description
FillStyle(GradientType, Color, Color)

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

FillStyle(Color)

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

Fields

Name Description
FillColorPropertyName
GradientEndColorPropertyName
GradientStylePropertyName

Properties

Name Description
FillColor

Gets the primary color.

GradientEndColor

Gets the secondary color used for a gradient filling.

Methods

Name Description
Parse(IPropertyBag, string, FillStyle)

Collects FillStyle instance from IPropertyBag using the given substitution.

Extension Methods