[]
Represents the border line.
public sealed class BorderLine
Name | Description |
---|---|
BorderLine() | Initializes a new instance of the BorderLine class. |
BorderLine(DashStyle, float, Color, PointF, PointF) | Initializes a new instance of the BorderLine class. |
Name | Description |
---|---|
Color | Gets or sets hte color. |
EndPoint | Gets or sets the end point. |
StartPoint | Gets or sets the start point. |
Style | Gets or sets the dash style. |
Thickness | Gets or sets the thickness. |
Name | Description |
---|---|
ToString() | Returns a string that represents the current object. |