'Declaration Public Overloads Function AppendSizeConstraint( _ ByVal targetParam As TargetParam, _ ByVal size As System.Single _ ) As SizeConstraint
public SizeConstraint AppendSizeConstraint( TargetParam targetParam, System.float size )
Parameters
- targetParam
- The target parameter of the current LayoutRect.
- size
- The proposed value of the width or height.
Return Value
New constraint just added.