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


LocalDirectionDeviation Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Gets/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")>
<System.ComponentModel.DefaultValueAttribute(45)>
Public Property LocalDirectionDeviation As System.Single
 
'Usage
 
Dim instance As NForceEnvironment
Dim value As System.Single
 
instance.LocalDirectionDeviation = value
 
value = instance.LocalDirectionDeviation
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