Search
Overview Methods
 


 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