TdxLayoutAlignmentConstraint.Kind Property
Specifies the alignment rule for all associated elements (items/groups).
Declaration
property Kind: TdxLayoutAlignmentConstraintKind read; write; default ackLeft;
Property Value
| Type | Default |
|---|---|
| TdxLayoutAlignmentConstraintKind | ackLeft |
Remarks
Use the Kind property to align all elements (items/groups) associated with the TdxLayoutAlignmentConstraint object in a specific manner.
The following values are available for the Kind property:
| Value | Description |
|---|---|
| ackLeft | Elements are aligned to the left. |
| ackTop | Elements are aligned to the top. |
| ackRight | Elements are aligned to the right. |
| ackBottom | Elements are aligned to the bottom. |
The default value of the Kind property is ackLeft.
See Also