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

In This Topic
    AnchorVerticalLine Method
    In This Topic
    Anchors a LayoutRect to the top and bottom sides and rotation angle of anchorRect and sets zero width.

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

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

    Parameters

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