Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / RemoveAllConstraints Method

In This Topic
    RemoveAllConstraints Method
    In This Topic
    Detaches all constraints from the current LayoutRect.
    Syntax
    'Declaration
     
    Public Function RemoveAllConstraints() As System.Boolean
    public System.bool RemoveAllConstraints()

    Return Value

    true if one or more Constraints were successfully detached.
    See Also