Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendStarSizeConstraint Method
The target parameter of the current LayoutRect.
The proposed star width or height (weight).

In This Topic
    AppendStarSizeConstraint Method
    In This Topic
    Adds a StarWidth or StarHeight constraint.
    Syntax
    'Declaration
     
    Public Function AppendStarSizeConstraint( _
       ByVal targetParam As TargetParam, _
       ByVal starSize As System.Single _
    ) As StarSizeConstraint
    public StarSizeConstraint AppendStarSizeConstraint( 
       TargetParam targetParam,
       System.float starSize
    )

    Parameters

    targetParam
    The target parameter of the current LayoutRect.
    starSize
    The proposed star width or height (weight).

    Return Value

    New constraint just added.
    See Also