Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / SetStarHeight Method
The proportional height (weight).

In This Topic
    SetStarHeight Method
    In This Topic
    Adds a StarHeight constraint.
    Syntax
    'Declaration
     
    Public Function SetStarHeight( _
       ByVal starHeight As System.Single _
    ) As StarSizeConstraint
    public StarSizeConstraint SetStarHeight( 
       System.float starHeight
    )

    Parameters

    starHeight
    The proportional height (weight).

    Return Value

    New constraint just added.
    See Also