'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;}