Search
DiagramView Properties
 


 Public Properties

  Name Description

AllowInplaceDelete

Gets or sets a value indicating whether the users can delete items through the context menu.

AllowInplaceEdit

Gets or sets a value indicating whether the users can in-place edit items.

AutoScroll

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

AutoScrollAmount

Gets or sets the step used to translate the view during autoscrolling.

Behavior

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

CustomBehavior

Gets or sets a custom behavior object specifying how MindFusion.Diagramming responds to user input.

DelKeyAction

Gets or sets a value that specifies what action should be performed when the user presses the Del key.

Diagram

Gets or sets the diagram displayed by this view.

HScrollBar

Gets the horizontal scrollbar of the control.

InteractionPoint

For internal use.

IsAutoScrollInteracting

For internal use.

IsDragging

For internal use.

IsInteracting

For internal use.

IsScrollActive

Checks if the specified device point is located over the scroll area.

LicenseKey

Gets or sets the license key of the control.

Menu

Gets a reference to the currently displayed context menu.

ModifierKeyActions

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

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.

ScrollToggle

Gets the scroll toggle control associated with this diagram.

ScrollToggleActiveColor

Gets or sets the color of the scroll toggle when it is activated.

ScrollToggleColor

Gets or sets the color of the scroll toggle.

ScrollX

Gets the diagram's horizontal scroll position.

ScrollY

Gets the diagram's vertical scroll position.

ScrollZoneSize

Gets or sets the distance from the edge of the view where user interactions would trigger autoscrolling.

ShowContextMenu

Gets or sets a value indicating whether to display context menu when the user taps and holds over an item.

ShowScrollToggle

Gets or sets a value indicating whether to display the scroll toggle control in the bottom left of the diagram.

SystemScrollView

Gets or sets whether to use MAUI standard ScrollView to implement scrolling.

Viewport

Returns the visible portion of the diagram area.

VScrollBar

Gets the vertical scrollbar of the control.

ZoomFactor

Gets or sets the zoom factor used to scale up or down the diagram.

 See Also