LayoutBox.Orientation

Syntax

Orientation: PP.Orientation

Description

The Orientation property determines table orientation.

Comments

Property value is equal to values of the Orientationenumeration items.

Use JSON or the setOrientation method to set the property value, and the getOrientation method to get the property value.

By default the PP.Orientation.Horizontal value is set, that is table items are positioned horizontally.

Example

The property use is given in the Example of Creating the LayoutBox Component page.

See also:

LayoutBox