Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendSizeConstraint Method / AppendSizeConstraint(TargetParam,Single) Method
The target parameter of the current LayoutRect.
The proposed value of the width or height.

In This Topic
    AppendSizeConstraint(TargetParam,Single) Method
    In This Topic
    Syntax
    '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.
    See Also