[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.FillStyle.Parse

Parse Method

Parse(IPropertyBag, string, FillStyle)

Collects FillStyle instance from IPropertyBag using the given substitution.

Declaration
public static FillStyle Parse(IPropertyBag properties, string substitution, FillStyle defaultValue)
Parameters
Type Name Description
IPropertyBag properties

property collections represented by IPropertyBag

string substitution

substitution to resolve a full name of property

FillStyle defaultValue

the default value will be returned if properties do not contain fill style values

Returns
Type Description
FillStyle
Remarks

If default value is null and there are no fill style properties in property bag then the White color will be returned.