[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutRect.AppendMinBottom

AppendMinBottom Method

AppendMinBottom(LayoutRect, AnchorParam, float)

Adds a MinBottom constraint relative to anchorRect.

Declaration
public PositionConstraint AppendMinBottom(LayoutRect anchorRect, AnchorParam anchorParam, float offset = 0)
Public Function AppendMinBottom(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.

AppendMinBottom(AnchorPoint, float)

Adds a MinBottom constraint relative to anchorPoint.

Declaration
public PositionConstraint AppendMinBottom(AnchorPoint anchorPoint, float offset = 0)
Public Function AppendMinBottom(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.