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

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

    Parameters

    width
    The proposed width.

    Return Value

    New constraint just added.
    See Also