BorderOrientation

enum BorderOrientation {
	Vertical,
	Horizontal,
};
Orientation of the drawings in the border. Affects items like grippers and buttons.

Defined in: BorderLayout.h

Members

Vertical

Vertical orientation.

Horizontal

Horizontal orientation.