Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / PenAlignment Enumeration


In This Topic
    PenAlignment Enumeration
    In This Topic
    Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.
    Syntax
    'Declaration
     
    
    Public Enum PenAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PenAlignment
    public enum PenAlignment : System.Enum 
    Members
    MemberDescription
    CenterSpecifies that the Pen object is centered over the theoretical line.
    InsetSpecifies that the Pen is positioned on the inside of the theoretical line.
    OutsetSpecifies the Pen is positioned on the outside of the theoretical line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.PenAlignment

    See Also