LineStyle Properties
Contains properties that define the appearance of a line.| Name | Description |
|---|---|
| CapType | Gets or sets the type of line end caps. Inherited from OutlineStyle. |
| CompoundType | Gets or sets whether the outline is rendered as a single line or as multiple parallel lines with varying thicknesses. Inherited from OutlineStyle. |
| DashType | Gets or sets the dash type of the outline. Inherited from OutlineStyle. |
| EndArrowType | Gets or sets the end arrowhead type. |
| EndLength | Gets or sets the length of the line’s end arrowhead. |
| EndWidth | Gets or sets the width of the line’s end arrowhead. |
| Fill | Gets or sets the outline fill. Inherited from OutlineStyle. |
| JoinType | Gets or sets the join type of the outline. Inherited from OutlineStyle. |
| MiterLimit | Gets or sets the miter limit of the outline. Inherited from OutlineStyle. |
| StartArrowType | Gets or sets the start arrowhead type. |
| StartLength | Gets or sets the length of the line’s start arrowhead. |
| StartWidth | Gets or sets the width of the line’s start arrowhead. |
| Width | Gets or sets the outline width. Inherited from OutlineStyle. |
See Also