TdxCustomLayoutGroup.LayoutDirection Property
Specifies the direction in which the items of a given group are placed.
Declaration
property LayoutDirection: TdxLayoutDirection read; write; default ldVertical;
Property Value
Type | Default |
---|---|
TdxLayoutDirection | ldVertical |
Remarks
Use the LayoutDirection property to specify appropriate arrangement direction of items within a given group.
The default value of the LayoutDirection property is ldVertical.
See Also