[]
Collects FillStyle instance from IPropertyBag using the given substitution.
public static FillStyle Parse(IPropertyBag properties, string substitution, FillStyle defaultValue)
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 |
Type | Description |
---|---|
FillStyle |
If default value is null and there are no fill style properties in property bag then the White color will be returned.