Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceDirectedLayout Class / MinDelta Property


In This Topic
    MinDelta Property
    In This Topic
    Gets/sets the minial delta measure for distances, which can become zero
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the minial delta measure for distances, which can become zero")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property MinDelta As System.Single
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim value As System.Single
     
    instance.MinDelta = value
     
    value = instance.MinDelta
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the minial delta measure for distances, which can become zero")]
    [System.ComponentModel.DefaultValue(1)]
    public System.float MinDelta {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