[]
Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.
public enum PenAlignment : byte
Public Enum PenAlignment As Byte
Name | 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. |