Search
Overview Members
Constructors Properties Methods
 


The Overview control provides a scaled-down view of a FlowChart contents.

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

BackColor

Gets or sets the background color of the overview window.

Document

Gets or sets the FlowChart whose contents to display in the Overview control.

EnableBkgrImage

Gets or sets a value indicating whether the flowchart's Picture is painted in the overview control.

EnableImages

Gets or sets a value indicating whether to paint the Picture of nodes in the overview control.

EnableInterior

Gets or sets a value indicating whether to fill the interior of nodes with their FillColor.

EnableShadows

Gets or sets a value indicating whether the shadows of diagram items are painted in the overview control.

EnableText

Gets or sets a value indicating whether to paint the text of diagram items in the overview control.

FitAll

Gets or sets a value indicating whether to automatically calculate and maintain such a ScaleFactor that the whole diagram is visible in the Overview control.

ScaleFactor

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

TrackingRectColor

 

TrackingRectColorAlpha

 

 Public Methods

  Name Description

HideScrollers

Hide the scrollbars of the Overview control.

ShowScrollers

Makes the built-in scrollbars of the Overview control visible.

 See Also