Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / SetStarWidth Method
The proportional width (weight).

In This Topic
    SetStarWidth Method
    In This Topic
    Adds a StarWidth constraint.
    Syntax
    'Declaration
     
    Public Function SetStarWidth( _
       ByVal starWidth As System.Single _
    ) As StarSizeConstraint
    public StarSizeConstraint SetStarWidth( 
       System.float starWidth
    )

    Parameters

    starWidth
    The proportional width (weight).

    Return Value

    New constraint just added.
    See Also