Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendMinWidth Method / AppendMinWidth(Single) Method
The proposed minimum width.

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

    Parameters

    minWidth
    The proposed minimum width.

    Return Value

    New constraint just added.
    See Also