TdxLayoutContainer.AlignmentConstraints Property
Provides indexed access to alignment constraints.
Declaration
property AlignmentConstraints[Index: Integer]: TdxLayoutAlignmentConstraint read;
Property Value
Type |
---|
TdxLayoutAlignmentConstraint |
Remarks
Index specifies the constraint’s index in the collection.
Use the AlignmentConstraintCount property to obtain the total number of alignment constraints.
See Also