Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForceEnvironment Class / UseLocalTemperature Property


In This Topic
    UseLocalTemperature Property
    In This Topic
    Gets or 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
     
    
    Public Property UseLocalTemperature As System.Boolean
    'Usage
     
    
    Dim instance As NForceEnvironment
    Dim value As System.Boolean
     
    instance.UseLocalTemperature = value
     
    value = instance.UseLocalTemperature
    public System.bool UseLocalTemperature {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