Orientation

Orientation enum

Represents the orientation of a shape.

enum class Orientation : int8_t

Values

NameValueDescription
Horizontal0Horizontal.
Vertical1Vertical.

See Also