Search
TabbedDiagramView Properties
 


 Public Properties

  Name Description

AddScriptReferences

Gets or sets a value indicating whether the control should render references to the client scripts. (Inherited from DiagramView.)

AllowInplaceEdit

Gets or sets a value indicating whether in-place editing of the text of objects is enabled. (Inherited from DiagramView.)

AllowReorder

Gets or sets a value indicating whether tabs can be rearranged interactively.

AutoClasses

Gets the registered client types with JSON templates. (Inherited from DiagramView.)

AutoScroll

Gets or sets a value indicating whether auto scrolling of the document area is enabled. (Inherited from DiagramView.)

Behavior

Gets or sets a value indicating how the control responds to user actions. (Inherited from DiagramView.)

ClientScriptLocation

Gets or sets the URL to the MindFusion.Diagramming.js file. (Inherited from DiagramView.)

Converters

Gets the registered custom converters. (Inherited from DiagramView.)

CustomLinkType

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

CustomNodeType

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

DefaultControlTemplate

Gets or sets the HTML string representing the DOM content, rendered by default in newly created ControlNode objects. (Inherited from DiagramView.)

DelKeyAction

Gets or sets a value indicating the action that should be performed when the user hits the DELETE key. (Inherited from DiagramView.)

Diagram

Gets or sets the Diagram object displayed by this view.

Document

Gets or sets the DiagramDocument object displayed by this view.

Enabled

Gets or sets a value indicating whether handling of mouse events is enabled. (Inherited from DiagramView.)

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. (Inherited from DiagramView.)

FallbackContent

Gets or sets the HTML to be rendered as the canvas' fallback content. (Inherited from DiagramView.)

HandleTouchHitDistance

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

Height

Gets or sets the height of the view. (Inherited from DiagramView.)

Id

Gets or sets the id of the view. (Inherited from DiagramView.)

ItemTypes

Gets the registered item types. (Inherited from DiagramView.)

LicenseKey

Gets or sets the license key of the control. (Inherited from DiagramView.)

MagnifierEnabled

Gets or sets a value indicating whether the magnifier tool is currently enabled. (Inherited from DiagramView.)

MagnifierFactor

Gets or sets the zoom factor of the magnifier tool. (Inherited from DiagramView.)

MagnifierFrameColor

Gets or sets the color of the magnifier frame. (Inherited from DiagramView.)

MagnifierFrameThickness

Gets or sets the thickness of the magnifier frame, expressed in pixels. (Inherited from DiagramView.)

MagnifierHeight

Gets or sets the height of the magnifier tool, expressed in pixels. (Inherited from DiagramView.)

MagnifierSecondaryFrameColor

Gets or sets the secondary color of the magnifier frame. (Inherited from DiagramView.)

MagnifierShading

Gets or sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading. (Inherited from DiagramView.)

MagnifierShape

Gets or sets the shape of the magnifier tool. (Inherited from DiagramView.)

MagnifierWidth

Gets or sets the width of the magnifier tool, expressed in pixels. (Inherited from DiagramView.)

MaxJsonLength

Gets or sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances. (Inherited from DiagramView.)

MinVisibleFontSize

Gets or sets a threshold value that hides text if scaled font sizes become smaller. (Inherited from DiagramView.)

ModificationStart

Gets or sets how users can start modifying diagram items. (Inherited from DiagramView.)

MouseWheelAction

Gets or sets what action to perform when users rotate the mouse wheel. (Inherited from DiagramView.)

MultiTouchDraw

Gets or sets a value indicating whether the control allows drawing multiple items simultaneously. (Inherited from DiagramView.)

MultiTouchModify

Gets or sets a value indicating whether multi-touch modifications are enabled. (Inherited from DiagramView.)

MultiTouchZoom

Gets or sets a value indicating whether multi-touch zoom is enabled. (Inherited from DiagramView.)

RecursionLimit

Gets or sets the limit for constraining the number of object levels to process by internal JavaScriptSerializer instances. (Inherited from DiagramView.)

ScrollLeft

Gets or sets the view's X scroll position. (Inherited from DiagramView.)

ScrollTop

Gets or sets the view's Y scroll position. (Inherited from DiagramView.)

SelectedIndex

Gets or sets the index of the currently selected tab page.

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. (Inherited from DiagramView.)

ShowAddButton

Gets or sets a value indicating whether to display the 'Add Tab' button.

ShowNavigationButtons

Gets or sets a value indicating whether to show tab navigation buttons.

ShowTabCloseButtons

Gets or sets a value indicating whether to display a close button for each tab.

TabAlignment

Gets or sets the tab alignment.

TabsSize

Gets or sets the height of the tab strip.

ThemeId

Gets or sets the theme of the control.

TooltipDelay

Gets or sets the delay before a tooltip is shown. (Inherited from DiagramView.)

VirtualScroll

Gets or sets a value indicating whether virtual scroll mode is enabled.
(Inherited from DiagramView.)

Width

Gets or sets the width of the view. (Inherited from DiagramView.)

ZoomFactor

Gets or sets the zoom of the view. (Inherited from DiagramView.)

 See Also