TdxCustomLayoutItem.AutoAligns Property
Specifies whether horizontal and/or vertical alignment is set automatically for a given item or group.
Declaration
property AutoAligns: TdxLayoutAutoAligns read; write;
Property Value
Type |
---|
TdxLayoutAutoAligns |
Remarks
This property is obsolete; use the TdxCustomLayoutItem.AlignHorz and TdxCustomLayoutItem.AlignVert properties instead.
Set the TdxCustomLayoutItem.AlignHorz property to ahParentManaged, and the TdxCustomLayoutItem.AlignVert property to avParentManaged to achieve the same result.
See Also