Nevron.Diagram.Layout Namespace / NLayout Class / MultiThreaded Property


MultiThreaded Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Determines whether the layout is allowed to use multiple threads for its calculations. If set to true, this will lead to improved perfomance on multi-core processors.")>
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property MultiThreaded As System.Boolean
 
'Usage
 
Dim instance As NLayout
Dim value As System.Boolean
 
instance.MultiThreaded = value
 
value = instance.MultiThreaded
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