'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
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies the maximum number of nodes which can be previewed by entity previews")] [System.ComponentModel.DefaultValue(20)] public System.int MaxPreviewNodesCount {get; set;}