TdxCustomLayoutGroup.LayoutDirection Property
In This Article
Specifies the direction in which the items of a given group are placed.
#Declaration
Delphi
property LayoutDirection: TdxLayoutDirection read; write; default ldVertical;
#Property Value
Type | Default |
---|---|
Tdx |
ld |
#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