DefaultFocusOrder

enumeration

Cambiar al Manual

Descripción

Ordering of elements in the focus ring.

Variables

ChildOrderOrder elements using a depth-first pre-order traversal of the element tree.
PositionXYOrder elements according to their position, first by X, then by Y.
PositionYXOrder elements according to their position, first by Y, then by X.