[]
Represents a line that uses a single color.
public class EnhancedSolidLine : SolidLine
Public Class EnhancedSolidLine
Inherits SolidLine
| Name | Description |
|---|---|
| EnhancedSolidLine(Color, float, CompoundType, DashType, CapType, JoinType, ArrowType, ArrowType, int, int) | Creates a line with the specified color and width. |
| Name | Description |
|---|---|
| BeginArrowSize | Gets the arrow size at the start of the line. The BeginArrowSize property ranges from 0 to 8. |
| BeginArrowType | Gets the arrow type at the start of the line. |
| CapType | Gets the cap type of the line. |
| CompoundType | Gets the compound type of the line. |
| DashType | Gets the dash type of the line. |
| EndArrowSize | Gets the arrow size at the end of the line. The EndArowSize property ranges from 0 to 8. |
| EndArrowType | Gets the arrow type at the end of the line. |
| JoinType | Gets the join type of the line. |