Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AnchorLeftTopBottom Method / AnchorLeftTopBottom(LayoutRect,Single,Single,Single) Method
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
The inner padding relative to the left side of the anchorRect.
The inner padding relative to the top side of the anchorRect.
The inner padding relative to the bottom side of the anchorRect.

In This Topic
    AnchorLeftTopBottom(LayoutRect,Single,Single,Single) Method
    In This Topic
    Anchors a LayoutRect to the left, top, bottom sides and rotation angle of anchorRect.

    The right side is not fixed and requires an additional constraint.

    Syntax
    'Declaration
     
    Public Overloads Sub AnchorLeftTopBottom( _
       ByVal anchorRect As LayoutRect, _
       ByVal paddingLeft As System.Single, _
       ByVal paddingTop As System.Single, _
       ByVal paddingBottom As System.Single _
    ) 
    public void AnchorLeftTopBottom( 
       LayoutRect anchorRect,
       System.float paddingLeft,
       System.float paddingTop,
       System.float paddingBottom
    )

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    paddingLeft
    The inner padding relative to the left side of the anchorRect.
    paddingTop
    The inner padding relative to the top side of the anchorRect.
    paddingBottom
    The inner padding relative to the bottom side of the anchorRect.
    See Also