'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;}