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


In This Topic
    LocalDirectionDeviation Property
    In This Topic
    Gets or sets the direction deviation. It controls the allowed deviation from the previous vertex force direction, below which the vertex is considered to have the same direction. By default set to 45 degrees
    Syntax
    'Declaration
     
    
    Public Property LocalDirectionDeviation As System.Double
    'Usage
     
    
    Dim instance As NForceEnvironment
    Dim value As System.Double
     
    instance.LocalDirectionDeviation = value
     
    value = instance.LocalDirectionDeviation
    public System.double LocalDirectionDeviation {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