PenAlignment

PenAlignment enumeration

Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.

public enum PenAlignment

Values

NameValueDescription
Center0Specifies that the Pen object is centered over the theoretical line.
Inset1Specifies that the Pen is positioned on the inside of the theoretical line.
Outset2Specifies the Pen is positioned on the outside of the theoretical line.
Left3Specifies the Pen is positioned to the left of the theoretical line.
Right4Specifies the Pen is positioned to the right of the theoretical line.

See Also