C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / PenLineCap Enumeration

PenLineCap Enumeration
Specifies the shape at the end of the line.
Syntax
'Declaration
 
Public Enum PenLineCap 
   Inherits System.Enum
 
Members
MemberDescription
ButtA cap that does not extend past the last point of the line. Comparable to no line cap.
RoundA semicircle that has a diameter equal to the line thickness.
SquareA rectangle that has height equals to the line thickness and a length equal to half the line thickness.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Maps.PenLineCap

See Also