TdxCustomLayoutItem.AutoAligns Property
In This Article
Specifies whether horizontal and/or vertical alignment is set automatically for a given item or group.
#Declaration
Delphi
property AutoAligns: TdxLayoutAutoAligns read; write;
#Property Value
Type |
---|
Tdx |
#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