TdxLayoutAlignmentConstraint.Items Property
Returns a specific element (item or group) to which the alignment constraint rule is applied.
Declaration
property Items[Index: Integer]: TdxCustomLayoutItem read;
Property Value
Type |
---|
TdxCustomLayoutItem |
Remarks
The TdxLayoutAlignmentConstraint object contains a list of elements (items/groups) to which the rule specified in the Kind property is applied. Use the Items property to access a specific element (item or group) within the list. You may use the Count property to get the number of all elements (items/groups) contained in the list.
See Also