Nevron.Diagram.Layout Namespace / NForceEnvironment Class / UseLocalTemperature Property


UseLocalTemperature Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Gets/sets whether to use local temperature. Setting this property to true, speeds up the movement of vertices traveling in the same direction and slows down the oscillating and rotating vertices")>
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property UseLocalTemperature As System.Boolean
 
'Usage
 
Dim instance As NForceEnvironment
Dim value As System.Boolean
 
instance.UseLocalTemperature = value
 
value = instance.UseLocalTemperature
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