GrapeCity.Documents.Excel.Drawing Namespace / LineCapStyle Enumeration
LineCapStyle Enumeration
Specifies the cap type for a line.
Syntax
public enum LineCapStyle : System.Enum 
Members
MemberDescription
Flat Specifies the end of the line is flat.
Round Specifies the end of the line is rounded.
Square Specifies the end of the line is capped with a square shape.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Excel.Drawing.LineCapStyle

See Also