DiagramLite Programmer's Guide
Overview Members
Constructors Properties Methods
 


The Overview control provides a scaled-down view of a Diagram contents and allows scrolling and zooming the diagram with 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 Properties

  Name Description

Background

Gets or sets the background brush of 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 contents to display in the overview control.

FitAll

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

ScaleFactor

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

ShowScrollbars

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

TrackingRectPen

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

 Public Methods

  Name Description

Update

Causes the control to recalculate all internals and repaint its client area.

 Protected Methods

  Name Description

OnMouseMove

Control.OnMouseMove override.

OnMouseWheel

Control.OnMouseWheel override.

 See Also

Overview Class
MindFusion.Diagramming Namespace