Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NTreeLayout Class / ArrangeRegionContent Method


In This Topic
    ArrangeRegionContent Method (NTreeLayout)
    In This Topic
    Called to layout the content of the specified region.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeRegionContent( _
       ByVal region As NTreeGraphRegion, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NTreeLayout
    Dim region As NTreeGraphRegion
    Dim context As NLayoutContext
     
    instance.ArrangeRegionContent(region, context)
    protected override void ArrangeRegionContent( 
       NTreeGraphRegion region,
       NLayoutContext context
    )

    Parameters

    region
    context
    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