[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom

AppendMaxBottom Method

AppendMaxBottom(LayoutRect, AnchorParam, float)

Adds a MaxBottom constraint relative to anchorRect.

Declaration
public PositionConstraint AppendMaxBottom(LayoutRect anchorRect, AnchorParam anchorParam, float offset = 0)
Public Function AppendMaxBottom(anchorRect As LayoutRect, anchorParam As AnchorParam, Optional offset As Single = 0) As PositionConstraint
Parameters
Type Name Description
LayoutRect anchorRect

The referenced LayoutRect or null to reference the owner LayoutView.

AnchorParam anchorParam

The source parameter of the anchorRect.

float offset

An increment to the value of the source parameter.

Returns
Type Description
PositionConstraint

New constraint just added.

AppendMaxBottom(AnchorPoint, float)

Adds a MaxBottom constraint relative to anchorPoint.

Declaration
public PositionConstraint AppendMaxBottom(AnchorPoint anchorPoint, float offset = 0)
Public Function AppendMaxBottom(anchorPoint As AnchorPoint, Optional offset As Single = 0) As PositionConstraint
Parameters
Type Name Description
AnchorPoint anchorPoint

The referenced AnchorPoint.

float offset

An increment to the position of anchorPoint.

Returns
Type Description
PositionConstraint

New constraint just added.

AppendMaxBottom(Contour, ContourPosition)

Adds a MaxBottom constraint relative to contour.

Declaration
public ContourConstraint AppendMaxBottom(Contour contour, ContourPosition contourPosition)
Public Function AppendMaxBottom(contour As Contour, contourPosition As ContourPosition) As ContourConstraint
Parameters
Type Name Description
Contour contour

The referenced Contour.

ContourPosition contourPosition

The position of anchor for the contour constraint.

Returns
Type Description
ContourConstraint

New constraint just added.