OD_ALIGNMENT

enum OD_ALIGNMENT {
	OD_ALIGN_TOP,
	OD_ALIGN_MIDDLE,
	OD_ALIGN_BOTTOM,
	OD_ALIGN_LEFT,
	OD_ALIGN_CENTER,
	OD_ALIGN_RIGHT,
};
The possible ways to align components with each other.

Defined in: OdGlobal.h

Members

OD_ALIGN_TOP

Align the tops of components.

OD_ALIGN_MIDDLE

Align the middles of components.

OD_ALIGN_BOTTOM

Align the bottoms of components.

OD_ALIGN_LEFT

Align the left sides of components.

OD_ALIGN_CENTER

Align the centers of components.

OD_ALIGN_RIGHT

Align the right sides of components.