LineCap Enum
Specifies the cap style of a line.
public enum LineCap
Public Enum LineCap
Inheritance: ObjectValueTypeEnumLineCap
Fields
LineCap.Butt | 0 | Straight line at point. |
LineCap.ProjectedSquare | 2 | Projected from point. |
LineCap.Round | 1 | Rounded at point. |