Skip to main content

TdxLayoutAlignmentConstraint.Count Property

Returns the number of items/groups associated with an alignment constraint.

Declaration

property Count: Integer read;

Property Value

Type
Integer

Remarks

The TdxLayoutAlignmentConstraint object contains a list of elements (items and/or groups) to which the rule specified in the Kind property is applied. Every member of this list can be accessed via the Items property of the TdxLayoutAlignmentConstraint object. Use the Count property to access the number of all elements (items and/or groups) contained within the list.

See Also