Search
Overview Members
Constructors Properties Methods
 


Provides a scaled-down view of a DiagramView 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

AllowZoom

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

BackColor

Gets or sets the background color of the overview control.

DiagramView

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

DimColor

Gets or sets a color used to blend with the part of the diagram that is not visible in the DiagramView's current viewport.

DisplayBackground

Gets or sets a value indicating whether to paint the diagram background with the diagram's BackBrush.

DisplayBackgroundImage

Gets or sets whether to paint diagram's BackgroundImage in the overview control.

DisplayImages

Gets or sets whether to paint node Images in the overview control.

DisplayInterior

Gets or sets whether to fill interior of nodes with their Brush.

DisplayShadows

Gets or sets whether to paint the shadows of items in the overview control.

DisplayText

Gets or sets a value indicating whether to paint the text of items 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

Shows or hides the scrollbars of the overview control.

 Public Methods

  Name Description

Dispose

ComponentBase.Dispose override.

OnResize

 

OnScrollX

 

OnScrollY

 

SetClientRect

 

Update

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

 Protected Methods

  Name Description

BuildRenderTree

 

OnAfterRenderAsync

 

 See Also