Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NParentPlacement Class / Anchor Property


In This Topic
    Anchor Property (NParentPlacement)
    In This Topic
    Gets or sets the place at which the parent tree vertices are anchored in respect to their subtree or children. By default set to ChildrenCenter.
    Syntax
    'Declaration
     
    
    Public Property Anchor As ENParentAnchor
    'Usage
     
    
    Dim instance As NParentPlacement
    Dim value As ENParentAnchor
     
    instance.Anchor = value
     
    value = instance.Anchor
    public ENParentAnchor Anchor {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also