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


In This Topic
    Pen.Attributes Enumeration
    In This Topic
    Represents all attributes of the pen.
    Syntax
    'Declaration
     
    
    Public Enum Pen.Attributes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Pen.Attributes
    public enum Pen.Attributes : System.Enum 
    Members
    MemberDescription
    AlignmentThe alignment.
    BrushThe fill brush.
    DashPatternThe custom dashes and spaces.
    DashStyleThe style used for dashed lines.
    LineCapThe line cap style.
    LineEndHeadThe custom cap to use at the beginning of lines.
    LineEndTailThe custom cap to use at the end of lines
    LineJoinThe join style for the ends of two consecutive lines.
    MiterLimitThe limit of the thickness of the join on a mitered corner.
    StyleThe compound pen.
    WidthThe width of pen.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.Pen.Attributes

    See Also