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

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

    Parameters

    targetParam
    See Also