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