MindFusion.Wpf Pack Programmer's Guide
Overview Members
Constructors Fields Properties Methods
 


The Overview control provides a scaled-down view of a DiagramView and lets the user scroll or zoom the view using the mouse.

The following tables list the members exposed by the Overview type.

 Public Constructors

  Name Description

Overview

Initializes a new instance of the Overview class.

 Public Fields

  Name Description

DiagramViewProperty

Identifies the DiagramView dependency property.

DocumentProperty

Identifies the Document dependency property.

 Public Properties

  Name Description

AllowZoom

Gets or sets a value indicating whether users are allowed to zoom the diagram by resizing the overview's viewport tracker rectangle.

DiagramView

Gets or sets the DiagramView instance whose contents to display in the overview control.

DimBrush

Gets or sets a color used to blend with the part of the diagram that is not visible in the Diagram's client rectangle.

Document

Gets or sets the Diagram instance whose content to display in this overview control.

ScaleFactor

Gets or sets a fixed scale factor to be used when FitAll is disabled.

ScaleMode

Gets or sets a value indicating whether to fit the whole diagram inside the overview window control.

ShowScrollbars

Gets or sets a value indicating whether the scrollbars of the overview control are visible.

TrackingRectPen

Gets or sets the Pen object used to draw the tracking rectangle border.

 Public Methods

  Name Description

OnApplyTemplate

Control.OnApplyTemplate override.

ScrollTo

Scrolls the overview control, so that diagramPoint is displayed at the top left corner of the overview.

 See Also

Overview Class
MindFusion.Diagramming.Wpf Namespace