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

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

Parameters

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

Return Value

New constraint just added.
See Also