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


In This Topic
    MaxTime Property
    In This Topic
    Gets/sets the maximum time in milliseconds in which the layout must try to reach equilibrium. By default set to 5000.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the maximum time in milliseconds in which the layout must try to reach equilibrium. By default set to 5000.")>
    <System.ComponentModel.DefaultValueAttribute(5000)>
    Public Property MaxTime As System.Integer
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim value As System.Integer
     
    instance.MaxTime = value
     
    value = instance.MaxTime
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the maximum time in milliseconds in which the layout must try to reach equilibrium. By default set to 5000.")]
    [System.ComponentModel.DefaultValue(5000)]
    public System.int MaxTime {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