A Blazor component that displays the content of a Diagram object.
The following tables list the members exposed by the DiagramView type.
Name | Description | |
---|---|---|
Initializes a new instance of the DiagramView class. |
Name | Description | |
---|---|---|
Gets or sets whether users are allowed to edit the text of diagram items. |
||
Gets or sets the diagram item whose selection handles are currently being displayed in response to mouse hover. |
||
Gets or sets the distance from the node's border at which the mouse is still considered over the node, when determining whether to hide the auto handles of a node. |
||
Gets or sets a value indicating whether auto scrolling of the document area is enabled. |
||
Gets or sets the amount by which to auto-scroll the view when the mouse leaves the view boundaries while drawing. |
||
Gets or sets a value indicating how the control responds to user actions. |
||
For internal use. |
||
Gets or sets the mouse cursor. |
||
Gets or sets a custom Behavior object specifying how MindFusion.Diagramming responds to mouse input. |
||
Gets or sets the type of a MindFusion.Diagramming.DiagramLink derived class whose instance should be created when a user starts drawing. |
||
Gets or sets the type of a MindFusion.Diagramming.DiagramNode derived class whose instance should be created when a user starts drawing. |
||
Gets or sets a value indicating the action that should be performed when the user hits the Del key. |
||
Gets or sets the diagram displayed by this view. |
||
Gets the horizontal dots-per-inch resolution of this view. |
||
Gets the vertical dots-per-inch resolution of this view. |
||
Gets or sets the opacity of ghost image displayed during drag-and-drop from NodeListView. |
||
Gets or sets the horizontal placement of nodes created by drag-and-drop operations, relatively to mouse cursor. |
||
Gets or sets a value indicating whether pressing the ENTER key should exit inplace-edit mode and accept changes made to text. |
||
Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and reject changes made to text. |
||
Gets or sets the license key of the control. |
||
Gets or sets a combination of flags that specify what actions can be performed via the middle mouse button. |
||
Gets or sets how users can start modifying diagram items. |
||
Gets an object, which allows changing the function of keyboard modifier keys such as Ctrl and Alt. |
||
Gets or sets a combination of flags that specify what actions can be performed via the right mouse button. |
||
Gets or sets the diagram's horizontal scroll position. |
||
Gets or sets the diagram's vertical scroll position. |
||
Gets or sets the size of the auto scroll zone near the edges of the control. |
||
Gets version information. |
||
Gets or sets the vertical placement of nodes created by drag-and-drop operations, relatively to mouse cursor. |
||
Returns the visible area of the diagram. |
||
Gets or sets the zoom factor. |
Name | Description | |
---|---|---|
Enters inplace-edit mode, letting the user edit the text of the specified item. |
||
Overloaded. |
||
Cancels the current drag operation. |
||
Copies the current selection of items to the clipboard. |
||
Cuts the currently selected items to the clipboard. |
||
Overloaded. |
||
Implements IDisposable. |
||
Exits inplace-edit mode and either accepts or rejects the changes made to the item's text. |
||
For internal use. |
||
For internal use. |
||
For internal use. |
||
Pastes diagram items from the clipboard. |
||
Overloaded. |
||
For internal use. |
||
Sets the zoom factor, preserving the on-screen position of the specified diagram point. |
||
Overloaded. |
||
Overloaded. |
||
Zooms the view to fit diagram contents inside component's client area. |
||
Overloaded. |
Name | Description | |
---|---|---|
|
||
ComponentBase.OnAfterRenderAsync override. |
||
Raises the DiagramChanged event. |
||
Raises the EnterInplaceEditMode event. |
||
Raises the LeaveInplaceEditMode event. |
Name | Description | |
---|---|---|
Occurs when the Diagram property changes. |
||
Raised when entering inplace-edit mode. |
||
Raised when leaving inplace-edit mode. |