TdxCustomLayoutControl.AlignmentConstraints Property
In This Article
Provides zero-based indexed access to alignment constraints defined within the layout control.
#Declaration
Delphi
property AlignmentConstraints[Index: Integer]: TdxLayoutAlignmentConstraint read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the AlignmentConstraintCount property to determine the number of items stored within the list referenced by the AlignmentConstraints property.
See Also