Displays the content of a Diagram object and provides the ability to autoscroll and display scrollbars.
The following tables list the members exposed by the DiagramView type.
Name | Description | |
---|---|---|
Initializes a new instance of the DiagramView class. |
Name | Description | |
---|---|---|
Identifies the ZoomFactor bindable property. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the users can delete items through the context menu. |
||
Gets or sets a value indicating whether the users can in-place edit items. |
||
Gets or sets a value indicating whether automatic scrolling is enabled. |
||
Gets or sets the step used to translate the view during autoscrolling. |
||
Gets or sets a value indicating how the control responds to user actions. |
||
Gets or sets a custom behavior object specifying how MindFusion.Diagramming responds to user input. |
||
Gets or sets a value that specifies what action should be performed when the user presses the Del key. |
||
Gets or sets the diagram displayed by this view. |
||
Gets the horizontal scrollbar of the control. |
||
For internal use. |
||
For internal use. |
||
For internal use. |
||
For internal use. |
||
Checks if the specified device point is located over the scroll area. |
||
Gets or sets the license key of the control. |
||
Gets a reference to the currently displayed context menu. |
||
Gets an object, which allows changing the function of keyboard modifier keys such as Ctrl and Alt. |
||
Gets or sets a value indicating whether the control allows drawing multiple items simultaneously. |
||
Gets or sets a value indicating whether multi-touch modifications are enabled. |
||
Gets or sets a value indicating whether multi-touch zoom is enabled. |
||
Gets the scroll toggle control associated with this diagram. |
||
Gets or sets the color of the scroll toggle when it is activated. |
||
Gets or sets the color of the scroll toggle. |
||
Gets the diagram's horizontal scroll position. |
||
Gets the diagram's vertical scroll position. |
||
Gets or sets the distance from the edge of the view where user interactions would trigger autoscrolling. |
||
Gets or sets a value indicating whether to display context menu when the user taps and holds over an item. |
||
Gets or sets a value indicating whether to display the scroll toggle control in the bottom left of the diagram. |
||
Gets or sets whether to use MAUI standard ScrollView to implement scrolling. |
||
Returns the visible portion of the diagram area. |
||
Gets the vertical scrollbar of the control. |
||
Gets or sets the zoom factor used to scale up or down the diagram. |
Name | Description | |
---|---|---|
For internal use. |
||
Enters in-place edit mode, letting the user edit the text of the specified item. |
||
Cancels the current drawing interaction. |
||
Overloaded. |
||
Converts a point from MAUI device independent coordinates to system pixels. |
||
Overloaded. Transforms specified point from diagram to view coordinates. |
||
Overloaded. |
||
Exits in-place edit mode and either accepts or rejects the changes made to the item's text. |
||
For internal use. |
||
Converts a point from DiagramPresenter to view coordinates. |
||
For internal use. |
||
Overloaded. |
||
Overloaded. |
||
Overloaded. Transforms specified point from view to diagram coordinates. |
||
Zooms the view to fit the document contents in the Diagram client area. |
Name | Description | |
---|---|---|
Layout.OnAdded override. |
||
Raises the CreateEditControl event. |
||
Raises the DestroyEditControl event. |
||
Raises the EnterInplaceEditMode event. |
||
Raises the LeaveInplaceEditMode event. |
||
Raises the LongPressed event. |
||
VisualElement.OnParentSet override. |
||
Raises the RadialMenuCreated event. |
||
Layout.OnRemoved override. |
||
Raises the ScrollChanged event. |
||
Raises the size allocated event. |
||
This method is called during the measure pass of a layout cycle to get the desired size of an element. |
||
Raises the TouchCancel event. |
||
Raises the TouchDown event. |
||
Raises the TouchMove event. |
||
Raises the TouchUp event. |
||
Raises the ZoomFactorChanged event. |
Name | Description | |
---|---|---|
Raised to let you create a custom in-place editor control. |
||
Raised to let you destroy a custom in-place editor control. |
||
Raised when entering in-place edit mode. |
||
Raised when leaving in-place edit mode. |
||
Raised when the user performs a long press gesture inside the diagram. |
||
Raised when the context menu is displayed. |
||
Occurs when the scroll position changes. |
||
Raised when the system cancels touch gestures. |
||
Raised when the user touches inside the diagram. |
||
Raised when the user drags inside the diagram. |
||
Raised when the user releases a touch inside the diagram. |
||
Occurs when the zoom factor changes. |