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


In This Topic
    StopForce Property
    In This Topic
    Gets/sets the stop force. If all current forces are smaller than this force, then the layout is automatically stopped.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the stop force. If all current forces are smaller than this force, then the layout is automatically stopped.")>
    Public Property StopForce As NPointF
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim value As NPointF
     
    instance.StopForce = value
     
    value = instance.StopForce
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the stop force. If all current forces are smaller than this force, then the layout is automatically stopped.")]
    public NPointF StopForce {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