Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / MaxPreviewNodesCount Property


MaxPreviewNodesCount Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Specifies the maximum number of nodes which can be previewed by entity previews")>
<System.ComponentModel.DefaultValueAttribute(20)>
Public Property MaxPreviewNodesCount As System.Integer
 
'Usage
 
Dim instance As NDrawingPreviewManager
Dim value As System.Integer
 
instance.MaxPreviewNodesCount = value
 
value = instance.MaxPreviewNodesCount
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