Search
VisualDiagramView Class
See Also
 





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

 Syntax

C#  Copy Code

public class VisualDiagramView : ScrollViewer, IZoomTarget

Visual Basic  Copy Code

Public Class VisualDiagramView
    Inherits ScrollViewer
    Implements IZoomTarget

 Inheritance Hierarchy

System.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