[]
Adds a MinTop constraint relative to anchorRect
.
public PositionConstraint AppendMinTop(LayoutRect anchorRect, AnchorParam anchorParam, float offset = 0)
Public Function AppendMinTop(anchorRect As LayoutRect, anchorParam As AnchorParam, Optional offset As Single = 0) As PositionConstraint
Type | Name | Description |
---|---|---|
LayoutRect | anchorRect | The referenced LayoutRect or null to reference the owner LayoutView. |
AnchorParam | anchorParam | The source parameter of the |
float | offset | An increment to the value of the source parameter. |
Type | Description |
---|---|
PositionConstraint | New constraint just added. |
Adds a MinTop constraint relative to anchorPoint
.
public PositionConstraint AppendMinTop(AnchorPoint anchorPoint, float offset = 0)
Public Function AppendMinTop(anchorPoint As AnchorPoint, Optional offset As Single = 0) As PositionConstraint
Type | Name | Description |
---|---|---|
AnchorPoint | anchorPoint | The referenced AnchorPoint. |
float | offset | An increment to the position of |
Type | Description |
---|---|
PositionConstraint | New constraint just added. |
Adds a MinTop constraint relative to contour
.
public ContourConstraint AppendMinTop(Contour contour, ContourPosition contourPosition)
Public Function AppendMinTop(contour As Contour, contourPosition As ContourPosition) As ContourConstraint
Type | Name | Description |
---|---|---|
Contour | contour | The referenced Contour. |
ContourPosition | contourPosition | The position of anchor for the contour constraint. |
Type | Description |
---|---|
ContourConstraint | New constraint just added. |