DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendMinBottom Method / AppendMinBottom(LayoutRect,AnchorParam,Single) Method
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
The source parameter of the anchorRect.
An increment to the value of the source parameter.

In This Topic
AppendMinBottom(LayoutRect,AnchorParam,Single) Method
In This Topic
Adds a MinBottom constraint relative to anchorRect.
Syntax
'Declaration
 
Public Overloads Function AppendMinBottom( _
   ByVal anchorRect As LayoutRect, _
   ByVal anchorParam As AnchorParam, _
   Optional ByVal offset As System.Single _
) As PositionConstraint
 

Parameters

anchorRect
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
anchorParam
The source parameter of the anchorRect.
offset
An increment to the value of the source parameter.

Return Value

New constraint just added.
See Also