MindFusion.Wpf Pack Programmer's Guide
Diagram Methods
 


 Public Methods

  Name Description

AddElement

For internal use. Implements VisualContainer.AddElement.

AlignPointToGrid

Returns a point of the alignment grid nearest to the one passed as an argument.

AllowNodeBounds

Determines whether node can be placed at specified coordinates.

Arrange

Arranges the diagram with the given layout.

ArrangeAnimated

Arranges the diagram using the given layout, and animates items moving to their new positions.

ArrangeAsync

Arranges the diagram asynchronously using the specified graph layout algorithm.

ArrangeLinkLabels

Rearranges link labels whose AutoArrange property is enabled.

BeginInit

FrameworkElement.BeginInit override.

CancelDrag

Cancels the current drag operation.

ChangeUnit

Sets new MeasureUnit value and scales the coordinates of diagram items so that their absolute size remains unchanged.

ClearAll

Removes all items from the diagram.

ClientToDoc

Overloaded.  

Clone

Creates a copy of this diagram.

Compact

Moves nodes as far as possible to the top or left sides of diagram without changing their initial relative positions.

CopySelection

Overloaded. Creates a copy of specified diagram elements.

CopyTo

Copies this diagram's properties and items to specified target diagram.

CopyToClipboard

Overloaded.  

CreateImage

Overloaded.  

CreateThemeFromDefaults

Creates a Theme object representing the default properties of the diagram.

CutToClipboard

Overloaded. Cuts the currently selected items to the Windows clipboard.

DocToClient

Overloaded.  

DrawStyledText

Draws a formatted text string, the same way text is drawn in shape nodes whose EnableStyledText property is set to true. This method lets you display styled text in custom-drawn nodes or links.

EffectiveTouchHitDistance

Returns TouchHitDistance or a default value.

EnableLogging

Enables diagnostic logging to a file.

EndInit

FrameworkElement.EndInit override.

EnumByReverseZ

Hit-tests diagram items in reverse Z order.

EnumTopLevelByReverseZ

Hit-tests diagram top-level items in reverse Z order.

ExecuteCommand

Executes the specified command on this diagram.

FindGroup

Finds the group that has the specified tag value.

FindLink

Finds the link that has the specified tag value.

FindLinkById

Finds the link that has the specified id value.

FindNode

Finds the node that has the specified tag value.

FindNodeById

Finds the node that has the specified id value.

GetContentBounds

Returns the smallest rectangle that bounds all diagram objects.

GetDiagramItem

Returns the value of the DiagramItem attached property, representing the DiagramItem associated with a UIElement.

GetIsDiagramScroller

Gets the value of the IsDiagramScroller attached property from a given element.

GetItemAt

Overloaded.  

GetItemBounds

Retrieves the bounding rectangle of the specified item within the current diagram.

GetLinkAt

Overloaded. Finds and returns the link that lies at the specified location.

GetLinksAt

Returns the links that contain the specified point.

GetNearestNode

Returns the node nearest to the specified point.

GetNodeAt

Overloaded. Gets the node that lies at the specified location.

GetNodesAt

Returns the nodes that contain the specified point.

GetNodesInViewport

Returns all nodes visible in the current viewport.

HandleMouseMove

Propagates mouse input to interested manipulators.

HitTestLabels

Returns the item label located at specified position.

HitTestManipulators

Tests whether the specified point is within a manipulator of a diagram element.

Invalidate

Invalidates the specified rectangle of the diagram, causing it to be repainted.

InvalidateBackground

Repaints the diagram background, and raises the DrawBackground event for custom drawing.

InvalidateForeground

Repaints the diagram foreground, and raises the DrawForeground event for custom drawing.

IsClassRegistered

Checks if a class is registered for serialization support.

IsClientClassRegistered

Checks if a class is registered for JSON serialization support.

IsItemInteractive

Checks if the specified item can be modified interactively.

IsItemLocked

Checks if the specified item is locked.

IsItemVisible

Checks if the specified item is currently visible.

LoadFromJson

Loads the diagram from a JSON-formatted string.

LoadFromJsonAsync

Loads the diagram from a JSON-formatted string.

LoadFromJsonFile

Loads the diagram from a JSON file.

LoadFromJsonFileAsync

Loads the diagram from a JSON file.

LoadFromJsonObject

Loads the diagram from a JSON object.

LoadFromString

Decodes diagram contents from a string that was created with SaveToString.

LoadFromXml

Overloaded. Loads the contents of an XML diagram document into the control.

LoadFromXmlAsync

Overloaded.  

MeasureString

Measures the specified text when drawn with the specified font in an area with the specified width taking into consideration the current affine transform of the diagram.

PasteFromClipboard

Overloaded.  

PasteSelection

Adds the specified items and groups to the specified diagram document.

PixelToUnit

Converts the specified point from client to document coordinates ignoring the current scale transformation.

Print

Displays a Print dialog and prints the diagram.

PrintPreview

Overloaded. Displays the diagram in a Print Preview window.

RaiseCellTextEdited

Raises the CellTextEdited event.

RaiseCellTextEditing

Raises the CellTextEditing event to validate entering in-place editing mode.

RaiseClicked

Overloaded. Raises the Clicked event of the diagram or one of the *Clicked events related to diagram items.

RaiseCreated

Raises the appropriate *Created event according to the type of the specified item.

RaiseDeleting

Raises the appropriate *Deleting event according to the type of the specified item.

RaiseDoubleClicked

Overloaded. Raises the DoubleClicked event of the diagram or one of the *DoubleClicked events related to diagram items.

RaiseLaneGridHeaderTextEdited

Raises the LaneGridHeaderTextEdited event.

RaiseLaneGridHeaderTextEditing

Raises the LaneGridHeaderTextEditing event to validate entering inplace edit mode.

RaiseLinkTextEdited

Overloaded.  

RaiseLinkTextEditing

Overloaded.  

RaiseNodeTextEdited

Overloaded.  

RaiseNodeTextEditing

Overloaded.  

RaisePasted

Raises the appropriate Pasted event.

RaiseSelecting

Raises the appropriate *Selecting event.

RaiseTreeItemTextEditing

Raises the TreeItemTextEditing event to validate entering inplace edit mode.

RegisterClass

Overloaded.  

RegisterItemClass

Overloaded.  

RemoveElement

For internal use. Implements VisualContainer.RemoveElement.

ResizeToFitItem

Resizes the document extents so that the specified item is contained within.

ResizeToFitItems

Overloaded. Resizes the document scrollable area so it fits all diagram items.

ResumeLinkRouter

Called when the control ends a batch update operation that might affect many links.

RouteAllLinks

Overloaded.  

SaveToJson

Saves the diagram to a JSON-formatted string.

SaveToJsonAsync

Saves the diagram to a JSON-formatted string.

SaveToJsonFile

Saves the diagram into a JSON file.

SaveToJsonFileAsync

Saves the diagram into a JSON file.

SaveToJsonObject

Saves the diagram to a JSON object.

SaveToString

Overloaded. Encodes the diagram contents into an ASCII string.

SaveToXml

Overloaded. Saves the diagram to an XML document.

SaveToXmlAsync

Overloaded.  

SetIsDiagramScroller

Sets the value of the IsDiagramScroller attached property to a given element.

SetItemBounds

Sets the location and size of the specified item within the current diagram.

SuspendLinkRouter

Called when the control starts a batch update operation that might affect many links. The diagram collects links specified through Route and RouteAllLinks calls and defers finding their paths to when ResumeLinkRouter is called.

UnitToPixel

Converts the specified point from document to client coordinates ignoring the current scale transformation.

UpdateRuntimeIndices

For internal use.

 Protected Methods

  Name Description

ArrangeOverride

Control.ArrangeOverride override.

DrawGrid

Renders the diagram grid.

GetVisualChild

Visual.GetVisualChild override.

MeasureOverride

Control.MeasureOverride override.

OnActionRecorded

Raises the ActionRecorded event. (Inherited from DiagramBase.)

OnActionRecording

Raises the ActionRecording event. (Inherited from DiagramBase.)

OnActionRedone

Raises the ActionRedone event. (Inherited from DiagramBase.)

OnActionUndone

Raises the ActionUndone event. (Inherited from DiagramBase.)

OnArranged

Raises the Arranged event. (Inherited from DiagramBase.)

OnBeginLoad

Raises the BeginLoad event. (Inherited from DiagramBase.)

OnBoundsChanged

Raises the BoundsChanged event. (Inherited from DiagramBase.)

OnCellClicked

Raises the CellClicked event. (Inherited from DiagramBase.)

OnCellDoubleClicked

Raises the CellDoubleClicked event. (Inherited from DiagramBase.)

OnCellTextEdited

Raises the CellTextEdited event. (Inherited from DiagramBase.)

OnCellTextEditing

Raises the CellTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.)

OnClicked

Raises the Clicked event. (Inherited from DiagramBase.)

OnContainerChildAdded

Raises the ContainerChildAdded event. (Inherited from DiagramBase.)

OnContainerChildAdding

Raises the ContainerChildAdding event. (Inherited from DiagramBase.)

OnContainerChildRemoved

Raises the ContainerChildRemoved event. (Inherited from DiagramBase.)

OnContainerChildRemoving

Raises the ContainerChildRemoving event. (Inherited from DiagramBase.)

OnContainerFolded

Raises the ContainerFolded event. (Inherited from DiagramBase.)

OnContainerUnfolded

Raises the ContainerUnfolded event. (Inherited from DiagramBase.)

OnContextMenuOpening

Raises the ContextMenuOpening event. (Inherited from DiagramBase.)

OnCopyHostedControl

Raises the CopyHostedControl event. (Inherited from DiagramBase.)

OnDefaultShapeChanged

Raises the DefaultShapeChanged event. (Inherited from DiagramBase.)

OnDeserializeControl

Raises the DeserializeControl event. (Inherited from DiagramBase.)

OnDeserializeTag

Raises the DeserializeTag event. (Inherited from DiagramBase.)

OnDestinationAnchorChanged

Raises the DestinationAnchorChanged event. (Inherited from DiagramBase.)

OnDirtyChanged

Raises the DirtyChanged event. (Inherited from DiagramBase.)

OnDoubleClicked

Raises the DoubleClicked event. (Inherited from DiagramBase.)

OnDrawAdjustmentHandles

Raises the DrawAdjustmentHandles event. (Inherited from DiagramBase.)

OnDrawAnchorPoint

Raises the DrawAnchorPoint event. (Inherited from DiagramBase.)

OnDrawBackground

Raises the DrawBackground event. (Inherited from DiagramBase.)

OnDrawCell

Raises the DrawCell event. (Inherited from DiagramBase.)

OnDrawForeground

Raises the DrawForeground event. (Inherited from DiagramBase.)

OnDrawLaneHeader

Raises the DrawLaneHeader event. (Inherited from DiagramBase.)

OnDrawLink

Raises the DrawLink event. (Inherited from DiagramBase.)

OnDrawNode

Raises the DrawNode event. (Inherited from DiagramBase.)

OnDrop

Handles dropping of DraggedNode instances

OnEndLoad

Raises the EndLoad event. (Inherited from DiagramBase.)

OnEnterInplaceEditMode

Raises the EnterInplaceEditMode event. (Inherited from DiagramBase.)

OnExpandButtonClicked

Raises the ExpandButtonClicked event. (Inherited from DiagramBase.)

OnGroupDestroyed

Raises the GroupDestroyed event. (Inherited from DiagramBase.)

OnHitTestAdjustmentHandles

Raises the HitTestAdjustmentHandles event. (Inherited from DiagramBase.)

OnInitializeLasso

Raises the InitializeLasso event. (Inherited from DiagramBase.)

OnInitializeLink

Raises the InitializeLink event. (Inherited from DiagramBase.)

OnInitializeNode

Raises the InitializeNode event. (Inherited from DiagramBase.)

OnItemAdded

Raises the ItemAdded event. (Inherited from DiagramBase.)

OnItemRemoved

Raises the ItemRemoved event. (Inherited from DiagramBase.)

OnJsonDeserializeTag

Raises the JsonDeserializeTag event. (Inherited from DiagramBase.)

OnJsonSerializeTag

Raises the JsonSerializeTag event. (Inherited from DiagramBase.)

OnLaneGridHeaderTextEdited

Raises the LaneGridHeaderTextEdited event. (Inherited from DiagramBase.)

OnLaneGridHeaderTextEditing

Raises the LaneGridHeaderTextEditing event. (Inherited from DiagramBase.)

OnLeaveInplaceEditMode

Raises the LeaveInplaceEditMode event. (Inherited from DiagramBase.)

OnLinkActivated

Raises the LinkActivated event. (Inherited from DiagramBase.)

OnLinkClicked

Raises the LinkClicked event. (Inherited from DiagramBase.)

OnLinkCreateCancelled

Raises the LinkCreateCancelled event. (Inherited from DiagramBase.)

OnLinkCreated

Raises the LinkCreated event. (Inherited from DiagramBase.)

OnLinkCreating

Raises the LinkCreating event. (Inherited from DiagramBase.)

OnLinkDeactivated

Raises the LinkDeactivated event. (Inherited from DiagramBase.)

OnLinkDeleted

Raises the LinkDeleted event. (Inherited from DiagramBase.)

OnLinkDeleting

Raises the LinkDeleting event. (Inherited from DiagramBase.)

OnLinkDeselected

Raises the LinkDeselected event. (Inherited from DiagramBase.)

OnLinkDoubleClicked

Raises the LinkDoubleClicked event. (Inherited from DiagramBase.)

OnLinkMenuOpening

Raises the LinkMenuOpening event. (Inherited from DiagramBase.)

OnLinkModified

Raises the LinkModified event. (Inherited from DiagramBase.)

OnLinkModifyCancelled

Raises the LinkModifyCancelled event. (Inherited from DiagramBase.)

OnLinkModifying

Raises the LinkModifying event. (Inherited from DiagramBase.)

OnLinkPasted

Raises the LinkPasted event. (Inherited from DiagramBase.)

OnLinkRouted

Raises the LinkRouted event. (Inherited from DiagramBase.)

OnLinkSelected

Raises the LinkSelected event. (Inherited from DiagramBase.)

OnLinkSelecting

Raises the LinkSelecting event. (Inherited from DiagramBase.)

OnLinkSplit

Raises the LinkSplit event. (Inherited from DiagramBase.)

OnLinkStartModifying

Raises the LinkStartModifying event. (Inherited from DiagramBase.)

OnLinkTextEdited

Raises the LinkTextEdited event. (Inherited from DiagramBase.)

OnLinkTextEditing

Raises the LinkTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.)

OnMagnifierFactorChanged

Raises the MagnifierFactorChanged event. (Inherited from DiagramBase.)

OnMeasureUnitChanged

Raises the MeasureUnitChanged event. (Inherited from DiagramBase.)

OnMouseDown

UIElement.OnMouseDown override.

OnMouseUp

UIElement.OnMouseUp override.

OnNodeActivated

Raises the NodeActivated event. (Inherited from DiagramBase.)

OnNodeClicked

Raises the NodeClicked event. (Inherited from DiagramBase.)

OnNodeCreateCancelled

Raises the NodeCreateCancelled event. (Inherited from DiagramBase.)

OnNodeCreated

Raises the NodeCreated event. (Inherited from DiagramBase.)

OnNodeCreating

Raises the NodeCreating event. (Inherited from DiagramBase.)

OnNodeDeactivated

Raises the NodeDeactivated event. (Inherited from DiagramBase.)

OnNodeDeleted

Raises the NodeDeleted event. (Inherited from DiagramBase.)

OnNodeDeleting

Raises the NodeDeleting event. (Inherited from DiagramBase.)

OnNodeDeselected

Raises the NodeDeselected event. (Inherited from DiagramBase.)

OnNodeDoubleClicked

Raises the NodeDoubleClicked event. (Inherited from DiagramBase.)

OnNodeMenuOpening

Raises the NodeMenuOpening event. (Inherited from DiagramBase.)

OnNodeModified

Raises the NodeModified event. (Inherited from DiagramBase.)

OnNodeModifyCancelled

Raises the NodeModifyCancelled event. (Inherited from DiagramBase.)

OnNodeModifying

Raises the NodeModifying event. (Inherited from DiagramBase.)

OnNodePasted

Raises the NodePasted event. (Inherited from DiagramBase.)

OnNodeSelected

Raises the NodeSelected event. (Inherited from DiagramBase.)

OnNodeSelecting

Raises the NodeSelecting event. (Inherited from DiagramBase.)

OnNodeStartModifying

Raises the NodeStartModifying event. (Inherited from DiagramBase.)

OnNodeTextEdited

Raises the NodeTextEdited event. (Inherited from DiagramBase.)

OnNodeTextEditing

Raises the NodeTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.)

OnOriginAnchorChanged

Raises the OriginAnchorChanged event. (Inherited from DiagramBase.)

OnPreviewMouseDown

UIElement.OnPreviewMouseDown override.

OnPreviewMouseMove

UIElement.OnPreviewMouseMove override.

OnPreviewMouseUp

UIElement.OnPreviewMouseUp override.

OnSelectionChanged

Raises the SelectionChanged event. (Inherited from DiagramBase.)

OnSelectionModified

Raises the SelectionModified event. (Inherited from DiagramBase.)

OnSelectionModifyCancelled

Raises the SelectionModifyCancelled event. (Inherited from DiagramBase.)

OnSelectionModifying

Raises the SelectionModifying event. (Inherited from DiagramBase.)

OnSelectionStartModifying

Raises the SelectionStartModifying event. (Inherited from DiagramBase.)

OnSerializeControl

Raises the SerializeControl event. (Inherited from DiagramBase.)

OnSerializeTag

Raises the SerializeTag event. (Inherited from DiagramBase.)

OnSetSelfLoopShape

Raises the SetSelfLoopShape event. (Inherited from DiagramBase.)

OnShapeModified

Raises the ShapeModified event. (Inherited from DiagramBase.)

OnTableColumnResized

Raises the TableColumnResized event. (Inherited from DiagramBase.)

OnTableColumnResizing

Raises the TableColumnResizing event. (Inherited from DiagramBase.)

OnTableRowResized

Raises the TableRowResized event. (Inherited from DiagramBase.)

OnTableRowResizing

Raises the TableRowResizing event. (Inherited from DiagramBase.)

OnTableSectionCollapsed

Raises the TableSectionCollapsed event. (Inherited from DiagramBase.)

OnTableSectionExpanded

Raises the TableSectionExpanded event. (Inherited from DiagramBase.)

OnTreeCollapsed

Raises the TreeCollapsed event. (Inherited from DiagramBase.)

OnTreeExpanded

Raises the TreeExpanded event. (Inherited from DiagramBase.)

OnTreeItemTextEditing

Raises the TreeItemTextEditing event. (Inherited from DiagramBase.)

OnValidateAnchorPoint

Raises the ValidateAnchorPoint event. (Inherited from DiagramBase.)

OnValidateLinkCrossing

Raises the ValidateLinkCrossing event. (Inherited from DiagramBase.)

OnVisualParentChanged

FrameworkElement.OnVisualParentChanged override.

 See Also

Diagram Class
MindFusion.Diagramming.Wpf Namespace