'Declaration Public Enum PenLineCap Inherits System.Enum
public enum PenLineCap : System.Enum
'Declaration Public Enum PenLineCap Inherits System.Enum
public enum PenLineCap : System.Enum
| Member | Description | 
|---|---|
| Butt | A cap that does not extend past the last point of the line. Comparable to no line cap. | 
| Round | A semicircle that has a diameter equal to the line thickness. | 
| Square | A rectangle that has height equals to the line thickness and a length equal to half the line thickness. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Maps.PenLineCap