Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / LineCap Enumeration


LineCap Enumeration
Specifies the available cap styles with which a Pen object can end a line.
Syntax
'Declaration
 
Public Enum LineCap 
   Inherits System.Enum
 
'Usage
 
Dim instance As LineCap
Members
MemberDescription
FlatSpecifies a flat line cap.
RoundSpecifies a round line cap.
SquareSpecifies a square line cap.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Drawing.LineCap

See Also