Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGraphRegion Class
Members


In This Topic
    NGraphRegion Class
    In This Topic
    The NGraphRegion abstract class represents an atomic unit, with which the region layout can operate
    Object Model
    NGraphRegion Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NGraphRegion 
    'Usage
     
    
    Dim instance As NGraphRegion
    public abstract class NGraphRegion 
    Remarks
    NGraphRegion is used to store some content, which can be a subject to additional layout. The content can represent a single node or a collection of nodes. Each item has two types of bounds:
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Diagram.Layout.NGraphRegion
          Nevron.Nov.Diagram.Layout.NGenericGraphRegion
          Nevron.Nov.Diagram.Layout.NTreeGraphRegion

    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