Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / PenAlignment Enumeration


PenAlignment Enumeration
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
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