Search
VirtualizingDiagram.VisualCacheSize Property
See Also
 






Gets or sets the size of the cache storing actual nodes and links that will be reused for displaying new data elements while scrolling.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int VisualCacheSize { get; set; }

Visual Basic  Copy Code

Public Property VisualCacheSize As Integer

 Property Value

An integer specifying the cache size. The default value is 100.

 See Also