Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendMaxRight Method / AppendMaxRight(AnchorPoint,Single) Method
The referenced AnchorPoint.
An increment to the position of anchorPoint.

In This Topic
    AppendMaxRight(AnchorPoint,Single) Method
    In This Topic
    Adds a MaxRight constraint relative to anchorPoint.
    Syntax
    'Declaration
     
    Public Overloads Function AppendMaxRight( _
       ByVal anchorPoint As AnchorPoint, _
       Optional ByVal offset As System.Single _
    ) As PositionConstraint
    public PositionConstraint AppendMaxRight( 
       AnchorPoint anchorPoint,
       System.float offset
    )

    Parameters

    anchorPoint
    The referenced AnchorPoint.
    offset
    An increment to the position of anchorPoint.

    Return Value

    New constraint just added.
    See Also