AppendMaxHeight(AnchorPoint,AnchorPoint,Single,Single) Method
Adds a MaxHeight constraint relative to the distance between and .
'Declaration
Public Overloads Function AppendMaxHeight( _
ByVal As AnchorPoint, _
ByVal As AnchorPoint, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single _
) As SizeConstraint
Parameters
- anchorPoint1
- The first referenced AnchorPoint.
- anchorPoint2
- The second referenced AnchorPoint.
- delta
- An increment to the value of the source distance.
- multiplier
- A multiplier to the value of the source distance; applied before adding the .
Return Value
New constraint just added.