Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AnchorHorizontalLine Method
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.

In This Topic
    AnchorHorizontalLine Method
    In This Topic
    Anchors a LayoutRect to the left and right sides and rotation angle of anchorRect and sets zero height.

    The vertical position is not fixed and requires an additional constraint.

    Syntax
    'Declaration
     
    Public Sub AnchorHorizontalLine( _
       ByVal anchorRect As LayoutRect _
    ) 
    public void AnchorHorizontalLine( 
       LayoutRect anchorRect
    )

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    See Also