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