Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceDirectedLayout Class / Environment Property


In This Topic
    Environment Property
    In This Topic
    Gets/sets the force enviroment, which is used to control global settings about the environment in which forces operate
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the force enviroment, which is used to control global settings about the environment in which forces operate")>
    Public Property Environment As NForceEnvironment
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim value As NForceEnvironment
     
    instance.Environment = value
     
    value = instance.Environment
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the force enviroment, which is used to control global settings about the environment in which forces operate")]
    public NForceEnvironment Environment {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also