The Overview control provides a scaled-down view of a DiagramView and lets the user scroll or zoom the view using the mouse.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public class Overview : Control |
Visual Basic Copy Code |
---|
Public Class Overview |
To specify which DiagramView instance is shown in the overview, set the DiagramView property of the Overview class. The scale in which the overview control paints items is determined by ScaleFactor and ScaleMode properties. FitAll mode makes the whole diagram fit into the control.
Xaml Copy Code |
---|
<diag:Overview |
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
MindFusion.Diagramming.Wpf.Overview
WpfDiagram Programmer's Guide | © 2024 MindFusion |