[]
Defines the different orientations that a control or layout can have.
public enum FormControlOrientation
Horizontal = 0
Control or layout should be horizontally oriented.
Vertical = 1
Control or layout should be vertically oriented.