[]
Detaches the specified Constraint from the LayoutRect.
public bool RemoveConstraint(Constraint constraint)
Public Function RemoveConstraint(constraint As Constraint) As Boolean
| Type | Name | Description |
|---|---|---|
| Constraint | constraint | The Constraint to be detached. |
| Type | Description |
|---|---|
| bool | true if the Constraint is successfully detached. |
Detaches the first constraint for the specified target parameter.
public bool RemoveConstraint(TargetParam targetParam)
Public Function RemoveConstraint(targetParam As TargetParam) As Boolean
| Type | Name | Description |
|---|---|---|
| TargetParam | targetParam | The target parameter of the Constraint to search for. |
| Type | Description |
|---|---|
| bool | true if the Constraint is found and successfully detached. |