Namespace: DirectionOrder

graphics. DirectionOrder

Defines the order to display all children in a specific horizontal or vertical container. Children within a horizontally oriented box are, by default, displayed from left to right in the same order as they appear in the source document. Children within a vertically oriented box are displayed top to bottom in the same order.

Members


<static> NORMAL :string

Specifies the "normal" direction order.

The horizontal containers displays its children from left to right and the vertical containers displays its children from top to bottom.

Type:
  • string
Default Value:
  • normal

<static> REVERSE :string

Specifies the "reverse" direction order.

The horizontal containers displays its children from right to left and the vertical containers displays its children from bottom to top.

Type:
  • string
Default Value:
  • reverse