DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendMinTop Method / AppendMinTop(Contour,ContourPosition) Method
The referenced Contour.
The position of anchor for the contour constraint.

In This Topic
AppendMinTop(Contour,ContourPosition) Method
In This Topic
Adds a MinTop constraint relative to contour.
Syntax
'Declaration
 
Public Overloads Function AppendMinTop( _
   ByVal contour As Contour, _
   ByVal contourPosition As ContourPosition _
) As ContourConstraint
 

Parameters

contour
The referenced Contour.
contourPosition
The position of anchor for the contour constraint.

Return Value

New constraint just added.
See Also