2#ifndef _pen_alignment_h_
3#define _pen_alignment_h_
5namespace System {
namespace Drawing {
namespace Drawing2D {
PenAlignment
Specifies the alignment of a Pen object relative to an abstract reference 0-width line.
Definition: pen_alignment.h:7
@ Center
The Pen is positioned at the center of the reference line.
@ Outset
The Pen is positioned on the outside of the reference line.
@ Right
The Pen is positioned to the right of the reference line.
@ Left
The Pen is positioned to the left of the reference line.
@ Inset
The Pen is positioned on the inside of the reference line.
Definition: db_command.h:9