TdxLayoutItemControlOptions.AutoAlignment Property
Specifies whether control alignment within its parent group is set automatically.
Declaration
property AutoAlignment: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
This property is obsolete; use the item’s ControlOptions.AutoControlAreaAlignment property instead.
The default value of this property is True.
See Also