Search
DiagramView Properties
 


 Public Properties

  Name Description

AllowInplaceEdit

Gets or sets a value indicating whether in-place editing of the text of objects is enabled.

AllowLinkCursor

Gets or sets the mouse cursor shown to the user when a link can be created.

AutoHandlesItem

Gets or sets the diagram item whose selection handles are currently being displayed in response to mouse hover.

AutoHandlesMargins

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.

AutoScroll

Gets or sets a value indicating whether auto scrolling of the document area is enabled.

AutoScrollAmount

Gets or sets the amount by which to auto-scroll the view when the mouse leaves the view boundaries while drawing.

Behavior

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

BorderColor

Gets or sets the color of view's borders.

BorderWidth

Gets or sets the thickness of view's borders.

CatchGdiPlusExceptions

Catches GDI+ exceptions thrown while drawing dashed lines with anti-aliasing.

ControlHandlesStyle

Gets or sets the default value for the HandlesStyle property of new ControlNode nodes.

ControlMouseAction

Gets or sets a value indicating how to handle mouse messages sent to controls hosted in ControlNode objects.

CounterDiagonalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object both vertically and horizontally.

CurrentCursor

Gets or sets the currently displayed mouse cursor.

Cursor

Control.Cursor override.

CustomBehavior

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

CustomLinkType

Gets or sets a custom type of DiagramLink-derived objects that will be created when the users starts drawing with the mouse.

CustomNodeType

Gets or sets the type of a DiagramNode-derived class whose instance should be created when a user starts drawing.

DefaultControlType

Gets or sets the type of .NET controls to create in ControlNode objects.

DelKeyAction

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

DiagonalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object both vertically and horizontally.

Diagram

Gets or sets the diagram displayed by this view.

DisallowCursor

Gets or sets the mouse cursor shown to the user when an object cannot be created at a particular location.

DisallowLinkCursor

Gets or sets the mouse cursor shown to the user, when a link is being created but cannot be ended at the current location.

DpiX

Gets the horizontal dots-per-inch resolution of this view.

DpiY

Gets the vertical dots-per-inch resolution of this view.

DragIndicator

Specifies what kind of feedback to display during drag-and-drop from NodeListView.

DragIndicatorOpacity

Gets or sets the opacity of ghost image displayed during drag-and-drop from NodeListView.

DrawLinkCursor

Gets or sets the mouse cursor shown to the user when a link can be started at the current position.

DropAlignment

Gets or sets the placement of nodes created by drag-and-drop operations, relatively to mouse cursor.

DropTarget

Gets a DiagramView instance currently targeted by drag-and-drop operation.

EditTextCursor

Gets or sets the mouse cursor shown to the user when the mouse is positioned over an edit component.

EnableMultiTouch

Gets or sets whether the control handles touch events to implement multi-touch interactions. (Inherited from TouchControl.)

EnableTabletMode

Gets or sets a value indicating whether default Windows touch gestures are blocked.

HorizontalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object horizontally.

HScrollBar

Gets the horizontal scrollbar of the view.

InplaceEditAcceptOnEnter

Gets or sets a value indicating whether pressing the ENTER key should exit inplace-edit mode and accept changes made to text.

InplaceEditCancelOnEsc

Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and reject changes made to text.

InplaceEditFont

Gets or sets the font of the inplace-edit text box.

IsDefaultDiagram

Gets a value indicating whether the view hosts the default diagram.

LaneColumnResizeCursor

Gets or sets the mouse cursor shown to the user when dragging would resize a lane column header.

LaneRowResizeCursor

Gets or sets the mouse cursor shown to the user when dragging would resize a lane row header.

LicenseKey

Gets or sets the license key of the control.

MagnifierEnabled

Gets or sets a value indicating whether the magnifier tool is currently enabled.

MagnifierFactor

Gets or sets the zoom factor of the magnifier tool.

MagnifierFrameColor

Gets or sets the color of the magnifier frame.

MagnifierFrameThickness

Gets or sets the thickness of the magnifier frame, expressed in pixels.

MagnifierHeight

Gets or sets the height of the magnifier tool, expressed in pixels.

MagnifierSecondaryFrameColor

Gets or sets the secondary color of the magnifier frame.

MagnifierShading

Gets or sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading.

MagnifierShape

Gets or sets the shape of the magnifier tool.

MagnifierWidth

Gets or sets the width of the magnifier tool, expressed in pixels.

MiddleButtonActions

Gets or sets what actions are performed via the middle mouse button.

ModificationStart

Gets or sets how users can start modifying diagram items.

ModifierKeyActions

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

MouseWheelAction

Gets or sets what action to perform when users rotate the mouse wheel.

MoveCursor

Gets or sets the mouse cursor shown to the user if the pointed object can be modified.

MultiTouchDraw

Gets or sets a value indicating whether multi-touch drawing is enabled.

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.

OverrideCursor

Sets the cursor and stops changing it depending on the context.

PanCursor

Gets or sets the mouse cursor displayed while panning the diagram view.

PointerCursor

Gets or sets the mouse cursor shown to the user when no modification is performed.

PreviewOptions

Gets an object which provides customization properties for the extended print-preview window.

PrintOptions

Gets an object which provides customization properties for printing and print-preview.

RightButtonActions

Gets or sets a combination of flags that specify what actions can be performed by clicking the right mouse button.

RotateCursor

Gets or sets the cursor shown when the mouse is over a node rotation handle.

ScrollBarProvider

Gets or sets an object implementing the IScrollBarProvider interface, used for binding scrollbar controls to this DiagramView.

ScrollX

Gets or sets the horizontal scroll position of the document.

ScrollY

Gets or sets the vertical scroll position of the document.

ScrollZoneSize

Gets or sets the size of the auto scroll zone near the edges of the control.

ShowScrollbars

Gets or sets a value indicating whether scrollbars are present in the document's area.

ShowToolTips

Gets or sets a value indicating whether tooltips are enabled.

SmoothingMode

Gets or sets the current anti-alias mode.

TextRenderingHint

Gets or sets the rendering mode for text displayed in this diagram.

ToolTipControl

Gets the ToolTip control used to display tool tips for the diagram items.

ToolTipDelay

Gets or sets the time that passes before a tool-tip appears when the mouse hovers over an item.

TouchGestureDistance

Gets or sets max distance (pixels) at which touch-down events are considered part of same gesture.

TouchGestureInterval

Gets or sets max time interval (milliseconds) in which touch-down events are considered part of same gesture.

UpdateTextOnZoom

Gets or sets a value indicating whether to force text layout updates when the zoom factor of the view changes.

VersionInfo

Gets version information.

VerticalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object vertically.

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.

 Protected Properties

  Name Description

DefaultSize

Gets or sets the initial size of the control when it is dropped into a form.

 See Also