Search
Overview Members
Constructors Properties Methods
 


Provides a scaled-down view of a DiagramView contents and lets the user scroll the bound view.

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

 Public Constructors

  Name Description

Overview

Overloaded.  

 Public Properties

  Name Description

AddScriptReferences

Gets or sets a value indicating whether the control should render references to the client scripts.

AllowZoom

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

AutoScrollAmount

Gets or sets the amount by which to auto-scroll the view when the mouse leaves the view boundaries while drawing.

BackColor

Gets or sets the background color of the overview control.

ClientScriptLocation

Gets or sets the URL to the MindFusion.Diagramming.js file.

DiagramView

Gets or sets the id of the DiagramView.

DimColor

Gets or sets a color of the displayed diagram.

Enabled

Gets or sets a value indicating whether handling of mouse events is enabled.

Height

Gets or sets the height of the view.

Id

Gets or sets the id of the view.

MinVisibleFontSize

Gets or sets a threshold value that hides text if scaled font sizes become smaller.

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 control.

Width

Gets or sets the width of the view.

 Public Methods

  Name Description

ControlLoadedScript

Sets the name of a JavaScript function that should be invoked when the control is loaded on the client side.

FromJson

Overloaded.  

FromRequest

Overloaded.  

Init

Renders the Overview's initializing scripts on a web page under the specified function name.

LoadFromJson

Loads the specified JSON data.

Render

Renders the Overview on a web page.

SaveToJson

Serializes the Overview's data to JSON.

SetAddScriptReferences

Sets a value indicating whether the control should render references to the client scripts.

SetAllowZoom

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

SetAutoScrollAmount

Sets the amount by which to auto-scroll the view when the mouse leaves the view boundaries while drawing.

SetBackColor

Sets the background color of the overview control.

SetDiagramView

Sets the id of the DiagramView.

SetDimColor

Sets a color of the displayed diagram.

SetEnabled

Sets a value indicating whether handling of mouse events is enabled.

SetHeight

Sets the height of the view.

SetMinVisibleFontSize

Sets a threshold value that hides text if scaled font sizes become smaller.

SetScaleFactor

Sets a fixed scale factor to be used when FitAll is disabled.

SetScaleMode

Sets a value indicating whether to fit the whole diagram inside the overview control.

SetWidth

Sets the width of the view.

ToJson

Serializes the Overview's data to JSON.

 See Also