Beta Documentation - Subject to change.

Specifies orientation of objects.

Fields

  NameDescription
HorizontalSpecifies a horizontal layout.
VerticalSpecifies a vertical layout.

Remarks

Orientation is used to determine how a Control is laid out. For example ScrollBars can be either Horizontal of Vertical. For ListBoxes, Orientation determines in which direction the elements are laid out.

See Also