[]
Collects LineStyle instance from IPropertyBag using the given substitution.
public static LineStyle Parse(IPropertyBag properties, string substitution, LineStyle defaultValue)
| Type | Name | Description |
|---|---|---|
| IPropertyBag | properties | property collections represented by IPropertyBag |
| string | substitution | substitution to resolve a full name of property |
| LineStyle | defaultValue | the default value will be returned if properties do not contain line style values |
| Type | Description |
|---|---|
| LineStyle |