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.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public int VisualCacheSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property VisualCacheSize As Integer |
An integer specifying the cache size. The default value is 100.
WpfDiagram Programmer's Guide | © 2024 MindFusion |