PenAlignment Enumeration
.NET Framework (current version)
Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.
Assembly: System.Drawing (in System.Drawing.dll)
| Member 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. | |
| Left | Specifies the Pen is positioned to the left of the theoretical line. | |
| Outset | Specifies the Pen is positioned on the outside of the theoretical line. | |
| Right | Specifies the Pen is positioned to the right of the theoretical line. |
.NET Framework
Available since 1.1
Available since 1.1
Show: