Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / LineCapStyle Enumeration
In This Topic
    LineCapStyle Enumeration
    In This Topic
    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