Search
DiagramView Properties
 


 Public Properties

  Name Description

allowInplaceEdit

Gets or sets whether users are allowed to edit the text of diagram items.

autoScroll

Gets or sets a value indicating whether automatic scrolling is enabled.

autoScrollAmount

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

behavior

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

defaultControlTemplate

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

delKeyAction

Gets or sets what action to perform when users hit the Del key.

diagram

Gets or sets the diagram displayed by this view.

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.

handleTouchHitDistance

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

leftButtonActions

Gets or sets a combination of flags that specify what actions can be performed via the left mouse button.

licenseLocation

Gets or sets URL of the control's license file.

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 tool's frame.

magnifierFrameThickness

Gets or sets the thickness of the magnifier frame.

magnifierHeight

Gets or sets the height of the magnifier tool.

magnifierSecondaryFrameColor

Gets or sets the color of the magnifier tool's secondary frame.

magnifierShading

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

magnifierShape

Gets or sets a reference to the geometric shape definition of the magnifier tool.

magnifierWidth

Gets or sets the width of the magnifier tool.

middleButtonActions

Gets or sets a combination of flags that specify what actions can be performed via the middle mouse button.

modificationStart

Gets or sets how users can start modifying diagram items.

modifierKeyActions

Gets an object that allows changing the function of keyboard modifier keys such as Ctrl and Alt.

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.

rightButtonActions

Gets or sets a combination of flags that specify what actions can be performed via the right mouse button.

scrollX

Gets or sets the diagram's horizontal scroll position.

scrollY

Gets or sets the diagram's vertical scroll position.

scrollZoneSize

Gets or sets the size of the auto scroll zone near the edges of the control.

tooltipDelay

Gets or sets the delay before a tooltip is shown.

viewport

Returns the visible portion of the diagram area.

virtualScroll

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

zoomFactor

Gets or sets the zoom factor.

 See Also