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

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

    Parameters

    targetParam
    See Also