Provides a scaled-down view of a Diagram contents and allows scrolling and zooming the diagram with the mouse.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class Overview : Grid |
Visual Basic
Copy Code
|
|---|
Public Class Overview |
RemarksTo specify which Diagram instance is shown in the overview, set the Document property.
The scale in which the overview control paints items is determined by ScaleFactor and FitAll. FitAll makes the whole diagram fit into the control.
Inheritance HierarchySystem.Object![]()
Windows.UI.Xaml.DependencyObject![]()
Windows.UI.Xaml.UIElement![]()
Windows.UI.Xaml.FrameworkElement![]()
Windows.UI.Xaml.Controls.Panel![]()
Windows.UI.Xaml.Controls.Grid![]()
MindFusion.Diagramming.Overview
See Also