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