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


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