'Declaration
Public Enum PenAlignment Inherits System.Enum
'Usage
Dim instance As PenAlignment
public enum PenAlignment : System.Enum
'Declaration
Public Enum PenAlignment Inherits System.Enum
'Usage
Dim instance As PenAlignment
public enum PenAlignment : System.Enum
Member | Description |
---|---|
Center | Specifies that the Pen object is centered over the theoretical line. |
Inset | Specifies that the Pen is positioned on the inside of the theoretical line. |
Outset | Specifies the Pen is positioned on the outside of the theoretical line. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.PenAlignment