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

In This Topic
    AppendMaxBottom(AnchorPoint,Single) Method
    In This Topic
    Adds a MaxBottom constraint relative to anchorPoint.
    Syntax
    'Declaration
     
    Public Overloads Function AppendMaxBottom( _
       ByVal anchorPoint As AnchorPoint, _
       Optional ByVal offset As System.Single _
    ) As PositionConstraint
    public PositionConstraint AppendMaxBottom( 
       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