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
SyntaxC#
Copy Code
|
|---|
public class Overview : Control |
Visual Basic
Copy Code
|
|---|
Public Class Overview |
RemarksTo 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.
ExampleXaml
Copy Code
|
|---|
<diag:Overview |
Inheritance HierarchySystem.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
See Also