iOSLayoutConstraint.RelationTypes
From Xojo Documentation
Enumeration
iOSLayoutConstraint.RelationTypes
The auto-layout relation.
Values
Enum | Description |
---|---|
LessThanOrEqual | The value must be less than or equal to the value of the related control. |
Equal | The value must be equal to the value of the related control. |
GreaterThanOrEqual | The value must be greater than or equal to the value of the related control. |