2#ifndef _content_alignment_h_
3#define _content_alignment_h_
5namespace System {
namespace Drawing {
ContentAlignment
Specifies the content alignment.
Definition: content_alignment.h:7
@ MiddleLeft
Aligned vertically in the middle, and horizontally on the left.
@ TopRight
Aligned vertically at the top, and horizontally on the right.
@ MiddleCenter
Aligned vertically in the middle, and horizontally at the center.
@ MiddleRight
Aligned vertically in the middle, and horizontally on the right.
@ BottomRight
Aligned vertically at the bottom, and horizontally on the right.
@ TopCenter
Aligned vertically at the top, and horizontally at the center.
@ BottomLeft
Aligned vertically at the bottom, and horizontally on the left.
@ TopLeft
Aligned vertically at the top, and horizontally on the left.
@ BottomCenter
Aligned vertically at the bottom, and horizontally at the center.
Definition: db_command.h:9