Maps for ASP.NET Web Forms
PenLineCap Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace : PenLineCap Enumeration
Specifies the shape at the end of the line.
Syntax
'Declaration
 
Public Enum PenLineCap 
   Inherits System.Enum
public enum PenLineCap : 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

Reference

C1.Web.Wijmo.Controls.C1Maps Namespace