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

In This Topic
    GetConstraint(TargetParam) Method
    In This Topic
    Searches for the first constraint for the specified target parameter.
    Syntax
    'Declaration
     
    Public Overloads Function GetConstraint( _
       ByVal targetParam As TargetParam _
    ) As Constraint
    public Constraint GetConstraint( 
       TargetParam targetParam
    )

    Parameters

    targetParam
    The target parameter of the Constraint to search for.

    Return Value

    The found Constraint object or null if the target parameter is not found.
    See Also