Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NLayoutContext Class / GraphAdapter Property


In This Topic
    GraphAdapter Property
    In This Topic
    Gets or sets the graph adapter. It is used by layouts to determine the graph relationships of the arranged objects.
    Syntax
    'Declaration
     
    
    Public Property GraphAdapter As NGraphAdapter
    'Usage
     
    
    Dim instance As NLayoutContext
    Dim value As NGraphAdapter
     
    instance.GraphAdapter = value
     
    value = instance.GraphAdapter
    public NGraphAdapter GraphAdapter {get; set;}
    Remarks
    If a graph adapter is not provide, all arranged objects are by default considered as vertices by box layouts. That is why a graph adapter is typically not needed in these layouts.
    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