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

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

    Parameters

    maxWidth
    The proposed maximum width.

    Return Value

    New constraint just added.
    See Also