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


In This Topic
    MultiThreaded Property
    In This Topic
    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.
    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
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("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.DefaultValue(false)]
    public System.bool MultiThreaded {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