Back to Devexpress

TdxCustomLayoutControl.AlignmentConstraints Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-48702021.md

latest926 B
Original Source

TdxCustomLayoutControl.AlignmentConstraints Property

Provides zero-based indexed access to alignment constraints defined within the layout control.

Declaration

delphi
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

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit