Represents a DiagramView that can display DiagramDocument objects. The individual diagram pages can be activated through the tabs in the tray located at one of the view sides.
The following tables list the members exposed by the TabbedDiagramView type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the control should render references to the client scripts. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether in-place editing of the text of objects is enabled. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether tabs can be rearranged interactively. |
||
Gets the registered client types with JSON templates. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether auto scrolling of the document area is enabled. (Inherited from DiagramView.) |
||
Gets or sets a value indicating how the control responds to user actions. (Inherited from DiagramView.) |
||
Gets or sets the URL to the MindFusion.Diagramming.js file. (Inherited from DiagramView.) |
||
Gets the registered custom converters. (Inherited from DiagramView.) |
||
Gets the type of a MindFusion.Diagramming.DiagramLink derived class whose instance should be created when a user starts drawing. (Inherited from DiagramView.) |
||
Gets the type of a MindFusion.Diagramming.DiagramNode derived class whose instance should be created when a user starts drawing. (Inherited from DiagramView.) |
||
Gets or sets the HTML string representing the DOM content, rendered by default in newly created ControlNode objects. (Inherited from DiagramView.) |
||
Gets or sets a value indicating the action that should be performed when the user hits the DELETE key. (Inherited from DiagramView.) |
||
Gets or sets the Diagram object displayed by this view. |
||
Gets or sets the DiagramDocument object displayed by this view. |
||
Gets or sets a value indicating whether handling of mouse events is enabled. (Inherited from DiagramView.) |
||
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.) |
||
Gets or sets the HTML to be rendered as the canvas' fallback content. (Inherited from DiagramView.) |
||
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.) |
||
Gets or sets the height of the view. (Inherited from DiagramView.) |
||
Gets or sets the id of the view. (Inherited from DiagramView.) |
||
Gets the registered item types. (Inherited from DiagramView.) |
||
Gets or sets the license key of the control. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether the magnifier tool is currently enabled. (Inherited from DiagramView.) |
||
Gets or sets the zoom factor of the magnifier tool. (Inherited from DiagramView.) |
||
Gets or sets the color of the magnifier frame. (Inherited from DiagramView.) |
||
Gets or sets the thickness of the magnifier frame, expressed in pixels. (Inherited from DiagramView.) |
||
Gets or sets the height of the magnifier tool, expressed in pixels. (Inherited from DiagramView.) |
||
Gets or sets the secondary color of the magnifier frame. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading. (Inherited from DiagramView.) |
||
Gets or sets the shape of the magnifier tool. (Inherited from DiagramView.) |
||
Gets or sets the width of the magnifier tool, expressed in pixels. (Inherited from DiagramView.) |
||
Gets or sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances. (Inherited from DiagramView.) |
||
Gets or sets a threshold value that hides text if scaled font sizes become smaller. (Inherited from DiagramView.) |
||
Gets or sets how users can start modifying diagram items. (Inherited from DiagramView.) |
||
Gets or sets what action to perform when users rotate the mouse wheel. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether the control allows drawing multiple items simultaneously. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether multi-touch modifications are enabled. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether multi-touch zoom is enabled. (Inherited from DiagramView.) |
||
Gets or sets the limit for constraining the number of object levels to process by internal JavaScriptSerializer instances. (Inherited from DiagramView.) |
||
Gets or sets the view's X scroll position. (Inherited from DiagramView.) |
||
Gets or sets the view's Y scroll position. (Inherited from DiagramView.) |
||
Gets or sets the index of the currently selected tab page. |
||
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.) |
||
Gets or sets a value indicating whether to display the 'Add Tab' button. |
||
Gets or sets a value indicating whether to show tab navigation buttons. |
||
Gets or sets a value indicating whether to display a close button for each tab. |
||
Gets or sets the tab alignment. |
||
Gets or sets the height of the tab strip. |
||
Gets or sets the theme of the control. |
||
Gets or sets the delay before a tooltip is shown. (Inherited from DiagramView.) |
||
Gets or sets a value indicating whether virtual scroll mode is enabled. |
||
Gets or sets the width of the view. (Inherited from DiagramView.) |
||
Gets or sets the zoom of the view. (Inherited from DiagramView.) |
Name | Description | |
---|---|---|
Sets the name of a JavaScript function that should be invoked when an animated layout completes. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user edits the text of a table cell. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a table cell. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user clicks the diagram at a point where no items are located. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a child node is added to a container. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked before a child node is added to a container. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a child node is removed from a container. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked before a child node is removed from a container. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user folds a container by clicking the arrow-up button in the container's caption area. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user unfolds a container by clicking the arrow-down button in the container's caption area. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the control is loaded on the client side. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when when the inplace-edit control is created. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the diagram data is loaded. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the Tag or Id of a diagram item must be deserialized from XML format. (Inherited from DiagramView.) |
||
Overloaded. Transforms points from the document coordinate space to the client coordinate space. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when item’s adjustment handles must be custom drawn. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when when entering inplace-edit mode. (Inherited from DiagramView.) |
||
Overloaded. |
||
Creates an instance of TabbedDiagramView. |
||
Sets the name of a JavaScript function that should be invoked when the user finished resizing a header. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user starts resizing a header. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when custom hit testing of item’s adjustment handles must be performed. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user clicks a hyperlink inside a node. (Inherited from DiagramView.) |
||
Renders the TabbedDiagramView's initializing scripts on a web page under the specified function name. |
||
Sets the name of a JavaScript function that should be invoked when the user starts drawing a new link, just after the DiagramLink instance is created. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user starts drawing a new node, just after the DiagramNode instance is created. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when an item is added to the diagram. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when an item is removed from the diagram. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked hen the used edits the text of a grid cell. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when when leaving inplace-edit mode. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the users clicks a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user draws a new link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked while the user is drawing a new link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a link is deleted, either programmatically or by the user. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user tries to delete a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a link is deselected, either programmatically or by the user. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the users double-clicks a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user moves any control point of a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked while the user is modifying a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a diagram link is pasted from clipboard. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the mouse pointer hovers over a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a link is selected, either programmatically or by the user. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user tries to select a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user edits the text of a link. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a link. (Inherited from DiagramView.) |
||
Overloaded. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user rotates the mouse wheel while the cursor is positioned over the diagram surface. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the users clicks a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user draws a new node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked while the user is drawing a new node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a node is deleted, either programmatically or by the user. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user tries to delete a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a node is deselected, either programmatically or by the user. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the content of a ControlNode is added to the page DOM. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the users double-clicks a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user moves or resizes a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked while the user is moving or resizing a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a diagram node is pasted from clipboard. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the mouse pointer hovers over a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a node is selected, either programmatically or by the user. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user tries to select a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user edits the text of a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the a page has been added to a TabbedDiagramView control. |
||
Sets the name of a JavaScript function that should be invoked before a page is added to a TabbedDiagramView control. |
||
Sets the name of a JavaScript function that should be invoked when the selected page in a TabbedDiagramView control has changed. |
||
Sets the name of a JavaScript function that should be invoked before the selected page in a TabbedDiagramView control is changed. |
||
Sets the name of a JavaScript function that should be invoked when the a page has been removed from a TabbedDiagramView control. |
||
Sets the name of a JavaScript function that should be invoked before a page is removed from a TabbedDiagramView control. |
||
Registers custom converters used for custom item types serialization. (Inherited from DiagramView.) |
||
Overloaded. (Inherited from DiagramView.) |
||
Overloaded. (Inherited from DiagramView.) |
||
Renders the DiagramView on a web page. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the diagram has been repainted. (Inherited from DiagramView.) |
||
Serializes the TabbedDiagramView's data to JSON. |
||
Sets the name of a JavaScript function that should be invoked when the diagram selection has changed. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked while the user is moving or resizing multiple items. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the Tag or Id of a diagram item must be serialized in XML format. (Inherited from DiagramView.) |
||
Sets a value indicating whether the control should render references to the client scripts. (Inherited from DiagramView.) |
||
Sets a value indicating whether in-place editing of the text of objects is enabled. (Inherited from DiagramView.) |
||
Sets a value indicating whether tabs can be rearranged interactively. |
||
Sets a value indicating whether auto scrolling of the document area is enabled. (Inherited from DiagramView.) |
||
Sets a value indicating how the control responds to user actions. (Inherited from DiagramView.) |
||
Sets the type of a MindFusion.Diagramming.DiagramLink derived class whose instance should be created when a user starts drawing. (Inherited from DiagramView.) |
||
Sets the type of a MindFusion.Diagramming.DiagramNode derived class whose instance should be created when a user starts drawing. (Inherited from DiagramView.) |
||
Sets a value indicating the action that should be performed when the user hits the Del key. (Inherited from DiagramView.) |
||
Sets a value indicating whether handling of mouse events is enabled. (Inherited from DiagramView.) |
||
Sets a value indicating whethr 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.) |
||
Sets the HTML to be rendered as the canvas' fallback content. (Inherited from DiagramView.) |
||
Sets the height of the view. (Inherited from DiagramView.) |
||
Sets a value indicating whether the magnifier tool is currently enabled. (Inherited from DiagramView.) |
||
Sets the zoom factor of the magnifier tool. (Inherited from DiagramView.) |
||
Sets the color of the magnifier frame. (Inherited from DiagramView.) |
||
Sets the thickness of the magnifier frame, expressed in pixels. (Inherited from DiagramView.) |
||
Sets the height of the magnifier tool, expressed in pixels. (Inherited from DiagramView.) |
||
Sets the secondary color of the magnifier frame. (Inherited from DiagramView.) |
||
Sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading. (Inherited from DiagramView.) |
||
Sets the shape of the magnifier tool. (Inherited from DiagramView.) |
||
Sets the width of the magnifier tool, expressed in pixels. (Inherited from DiagramView.) |
||
Sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances. (Inherited from DiagramView.) |
||
Sets a threshold value that hides text if scaled font sizes become smaller. (Inherited from DiagramView.) |
||
Sets how users can start modifying diagram items. (Inherited from DiagramView.) |
||
Sets a value indicating what action to perform when users rotate the mouse wheel. (Inherited from DiagramView.) |
||
Sets a value indicating whether the control allows drawing multiple items simultaneously. (Inherited from DiagramView.) |
||
Sets a value indicating whether multi-touch modifications are enabled. (Inherited from DiagramView.) |
||
Sets a value indicating whether multi-touch zoom is enabled. (Inherited from DiagramView.) |
||
Sets the limit for constraining the number of object levels to process by internal JavaScriptSerializer instances. (Inherited from DiagramView.) |
||
Sets the view's X scroll position. (Inherited from DiagramView.) |
||
Sets the view's Y scroll position. (Inherited from DiagramView.) |
||
Sets a value indicating whether to display the 'Add Tab' button. |
||
Sets a value indicating whether to show tab navigation buttons. |
||
Sets a value indicating whether the scrollbars are visible. (Inherited from DiagramView.) |
||
Sets a value indicating whether to display a close button for each tab. |
||
Sets the tab alignment. |
||
Sets the height of the tab strip. |
||
Sets the delay before a tooltip is shown. (Inherited from DiagramView.) |
||
Sets a value indicating whether virtual scroll mode is enabled. (Inherited from DiagramView.) |
||
Sets the width of the view. (Inherited from DiagramView.) |
||
Sets the zoom of the view. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the size of the diagram canvas has changed. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user finishes resizing a column in a table interactively. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user resizes a column in a table interactively. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user finishes resizing a row in a table interactively. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user resizes a row in a table interactively. (Inherited from DiagramView.) |
||
Serializes the DiagramView's data to JSON. |
||
Serializes the DiagramView's data to JSON. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a user collapses a tree branch by clicking the [+] button of an Expandable node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when a user expands a tree branch by clicking the [+] button of an Expandable node. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user edits the text of a tree view item. (Inherited from DiagramView.) |
||
Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a tree view item. (Inherited from DiagramView.) |
||
Overloaded. (Inherited from DiagramView.) |
Name | Description | |
---|---|---|
(Inherited from DiagramView.) |
||
|
||
|