This is old version of DiagramView class that implements support for multiple views per diagram by means of VisualBrush. It will be removed from a future version of the library.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class VisualDiagramView : ScrollViewer, IZoomTarget |
Visual Basic
Copy Code
|
|---|
Public Class VisualDiagramView |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
System.Windows.Controls.ContentControl![]()
System.Windows.Controls.ScrollViewer![]()
MindFusion.Diagramming.Wpf.VisualDiagramView
See Also