[]
Gets or sets the alignment for PenEx object.
[CLSCompliant(true)]
public enum PenAlignment
Name | Description |
---|---|
Center | Specifies that the System.Drawing.Pen object is centered over the theoretical line. |
Inset | Specifies that the System.Drawing.Pen is positioned on the inside of the theoretical line. |
Left | Reserved. |
Outset | Reserved. |
Right | Reserved. |