Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / RemoveConstraint Method / RemoveConstraint(TargetParam) Method
The target parameter of the Constraint to search for.

In This Topic
    RemoveConstraint(TargetParam) Method
    In This Topic
    Detaches the first constraint for the specified target parameter.
    Syntax
    'Declaration
     
    Public Overloads Function RemoveConstraint( _
       ByVal targetParam As TargetParam _
    ) As System.Boolean
    public System.bool RemoveConstraint( 
       TargetParam targetParam
    )

    Parameters

    targetParam
    The target parameter of the Constraint to search for.

    Return Value

    true if the Constraint is found and successfully detached.
    See Also