DS.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
 

Parameters

height
The proposed height.

Return Value

New constraint just added.
See Also