Enum DrawingPenAlignment
Specifies the alignment of a GeoPen object in relation to the theoretical, zero-width line.
public enum DrawingPenAlignment
Fields
Center = 0
Specifies that the GeoPen object is centered over the theoretical line.
Inset = 1
Specifies that the GeoPen is positioned on the inside of the theoretical line.
Left = 2
Specifies the GeoPen is positioned to the left of the theoretical line.
Outset = 3
Specifies the GeoPen is positioned on the outside of the theoretical line.
Right = 4
Specifies the GeoPen is positioned to the right of the theoretical line.
Remarks
None