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

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

    Parameters

    targetParam
    See Also