Search
DiagramView Properties
 


 Public Properties

  Name Description

AddScriptReferences

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

AllowInplaceEdit

Gets or sets a value indicating whether in-place editing of the text of objects is enabled.

AutoClasses

Gets the registered client types with JSON templates.

AutoScroll

Gets or sets a value indicating whether auto scrolling of the document area is enabled.

Behavior

Gets or sets a value indicating how the control responds to user actions.

ClientScriptLocation

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

Converters

Gets the registered custom converters.

CustomLinkType

Gets the type of a MindFusion.Diagramming.DiagramLink derived class whose instance should be created when a user starts drawing.

CustomNodeType

Gets the type of a MindFusion.Diagramming.DiagramNode derived class whose instance should be created when a user starts drawing.

DefaultControlTemplate

Gets or sets the HTML string representing the DOM content, rendered by default in newly created ControlNode objects.

DelKeyAction

Gets or sets a value indicating the action that should be performed when the user hits the DELETE key.

Diagram

Gets or sets the Diagram object displayed by this view.

Enabled

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

EnableMultiTouch

Gets or sets a value indicating whether the control handles DOM pointer events to implement multi-touch interactions, such as zooming, node rotation or simultaneous drawing of multiple diagram items.

FallbackContent

Gets or sets the HTML to be rendered as the canvas' fallback content.

HandleTouchHitDistance

Gets or sets maximum distance between touch position and adjustment handle at which the handle can still be grabbed to modify its item.

Height

Gets or sets the height of the view.

Id

Gets or sets the id of the view.

ItemTypes

Gets the registered item types.

LicenseKey

Gets or sets the license key of the control.

MagnifierEnabled

Gets or sets a value indicating whether the magnifier tool is currently enabled.

MagnifierFactor

Gets or sets the zoom factor of the magnifier tool.

MagnifierFrameColor

Gets or sets the color of the magnifier frame.

MagnifierFrameThickness

Gets or sets the thickness of the magnifier frame, expressed in pixels.

MagnifierHeight

Gets or sets the height of the magnifier tool, expressed in pixels.

MagnifierSecondaryFrameColor

Gets or sets the secondary color of the magnifier frame.

MagnifierShading

Gets or sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading.

MagnifierShape

Gets or sets the shape of the magnifier tool.

MagnifierWidth

Gets or sets the width of the magnifier tool, expressed in pixels.

MaxJsonLength

Gets or sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances.

MinVisibleFontSize

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

ModificationStart

Gets or sets how users can start modifying diagram items.

MouseWheelAction

Gets or sets what action to perform when users rotate the mouse wheel.

MultiTouchDraw

Gets or sets a value indicating whether the control allows drawing multiple items simultaneously.

MultiTouchModify

Gets or sets a value indicating whether multi-touch modifications are enabled.

MultiTouchZoom

Gets or sets a value indicating whether multi-touch zoom is enabled.

RecursionLimit

Gets or sets the limit for constraining the number of object levels to process by internal JavaScriptSerializer instances.

ScrollLeft

Gets or sets the view's X scroll position.

ScrollTop

Gets or sets the view's Y scroll position.

ShapeLibraryLocation

The location of a shape library file containing custom shape definitions. It can be set to a full URL of the file, or a relative file path.

TooltipDelay

Gets or sets the delay before a tooltip is shown.

VirtualScroll

Gets or sets a value indicating whether virtual scroll mode is enabled.

Width

Gets or sets the width of the view.

ZoomFactor

Gets or sets the zoom of the view.

 See Also