Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / RemoveConstraint Method / RemoveConstraint(Constraint) Method
The Constraint to be detached.

In This Topic
    RemoveConstraint(Constraint) Method
    In This Topic
    Detaches the specified Constraint from the LayoutRect.
    Syntax
    'Declaration
     
    Public Overloads Function RemoveConstraint( _
       ByVal constraint As Constraint _
    ) As System.Boolean
    public System.bool RemoveConstraint( 
       Constraint constraint
    )

    Parameters

    constraint
    The Constraint to be detached.

    Return Value

    true if the Constraint is successfully detached.
    See Also