[]
Adds an Angle constraint relative to anchorRect.
public AngleConstraint SetAngle(LayoutRect anchorRect, int relativeAngle = 0)
Public Function SetAngle(anchorRect As LayoutRect, Optional relativeAngle As Integer = 0) As AngleConstraint
| Type | Name | Description |
|---|---|---|
| LayoutRect | anchorRect | The referenced LayoutRect or null to reference the owner LayoutView. |
| int | relativeAngle | The rotation angle relative to |
| Type | Description |
|---|---|
| AngleConstraint | New constraint just added. |