Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForceDirectedGraphLayout Class / Environment Property


In This Topic
    Environment Property
    In This Topic
    Gets or sets the force enviroment, which is used to control global settings about the environment in which forces operate
    Syntax
    'Declaration
     
    
    Public Property Environment As NForceEnvironment
    'Usage
     
    
    Dim instance As NForceDirectedGraphLayout
    Dim value As NForceEnvironment
     
    instance.Environment = value
     
    value = instance.Environment
    public NForceEnvironment Environment {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