[]
Represents the type of line style.
public sealed class LineStyle
| Name | Description |
|---|---|
| LineStyle(Color, Length) | Initializes a new instance of the LineStyle class with the specified color and width. |
| Name | Description |
|---|---|
| ColorPropertyName | |
| WidthPropertyName |
| Name | Description |
|---|---|
| LineColor | Gets the color of the current line. |
| LineWidth | Gets the width of the current line. |
| Name | Description |
|---|---|
| Parse(IPropertyBag, string, LineStyle) | Collects LineStyle instance from IPropertyBag using the given substitution. |