Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / LineCap Enumeration


In This Topic
    LineCap Enumeration
    In This Topic
    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
    public enum LineCap : System.Enum 
    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