The Overview control 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.Silverlight
C#
![]() |
---|
public class Overview : Grid |
Visual Basic
![]() |
---|
Public Class Overview |
To specify which Diagram instance is shown in the overview, set the Document property of the Overview class. The scale in which the overview control paints items is determined by ScaleFactor and FitAll. FitAll makes the whole diagram fit into the control.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Panel
System.Windows.Controls.Grid
MindFusion.Diagramming.Overview