Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / SetHeight Method / SetHeight(Single) Method
The proposed height.

In This Topic
    SetHeight(Single) Method
    In This Topic
    Adds a Height constraint.
    Syntax
    'Declaration
     
    Public Overloads Function SetHeight( _
       ByVal height As System.Single _
    ) As SizeConstraint
    public SizeConstraint SetHeight( 
       System.float height
    )

    Parameters

    height
    The proposed height.

    Return Value

    New constraint just added.
    See Also