TLayoutDirection Enumeration

Represents type TLayoutDirection.

Namespace: System.UI.Layout
type
 TLayoutDirection = (ldHorizontal, ldVertical, ldTabbed);

The TLayoutDirection type exposes the following members.

Show:
 NameDescription
ldHorizontal

Represents constant ldHorizontal.

ldTabbed

Represents constant ldTabbed.

ldVertical

Represents constant ldVertical.

Top