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


In This Topic
    UseLocalTemperature Property
    In This Topic
    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
    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
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("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.DefaultValue(true)]
    public System.bool UseLocalTemperature {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