Enum GenericOrientation
Specifies orientation (vertical, horizontal or both).
[Flags]
public enum GenericOrientation
Fields
Both = Horizontal | Vertical
Both (horizontal and vertical) orientation.
Horizontal = 4
Horizontal orientation.
Vertical = 8
Vertical orientation.
Remarks
This enumeration supports a bitwise combination of its member values.