Name | Description | |
---|---|---|
For internal use. Implements VisualContainer.AddElement. |
||
Returns a point of the alignment grid nearest to the one passed as an argument. |
||
Determines whether node can be placed at specified coordinates. |
||
Arranges the diagram with the given layout. |
||
Arranges the diagram using the given layout, and animates items moving to their new positions. |
||
Arranges the diagram asynchronously using the specified graph layout algorithm. |
||
Rearranges link labels whose AutoArrange property is enabled. |
||
FrameworkElement.BeginInit override. |
||
Cancels the current drag operation. |
||
Sets new MeasureUnit value and scales the coordinates of diagram items so that their absolute size remains unchanged. |
||
Removes all items from the diagram. |
||
Overloaded. |
||
Creates a copy of this diagram. |
||
Moves nodes as far as possible to the top or left sides of diagram without changing their initial relative positions. |
||
Overloaded. Creates a copy of specified diagram elements. |
||
Copies this diagram's properties and items to specified target diagram. |
||
Overloaded. |
||
Overloaded. |
||
Creates a Theme object representing the default properties of the diagram. |
||
Overloaded. Cuts the currently selected items to the Windows clipboard. |
||
Overloaded. |
||
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. |
||
Returns TouchHitDistance or a default value. |
||
Enables diagnostic logging to a file. |
||
FrameworkElement.EndInit override. |
||
Hit-tests diagram items in reverse Z order. |
||
Hit-tests diagram top-level items in reverse Z order. |
||
Executes the specified command on this diagram. |
||
Finds the group that has the specified tag value. |
||
Finds the link that has the specified tag value. |
||
Finds the link that has the specified id value. |
||
Finds the node that has the specified tag value. |
||
Finds the node that has the specified id value. |
||
Returns the smallest rectangle that bounds all diagram objects. |
||
Returns the value of the DiagramItem attached property, representing the DiagramItem associated with a UIElement. |
||
Gets the value of the IsDiagramScroller attached property from a given element. |
||
Overloaded. |
||
Retrieves the bounding rectangle of the specified item within the current diagram. |
||
Overloaded. Finds and returns the link that lies at the specified location. |
||
Returns the links that contain the specified point. |
||
Returns the node nearest to the specified point. |
||
Overloaded. Gets the node that lies at the specified location. |
||
Returns the nodes that contain the specified point. |
||
Returns all nodes visible in the current viewport. |
||
Propagates mouse input to interested manipulators. |
||
Returns the item label located at specified position. |
||
Tests whether the specified point is within a manipulator of a diagram element. |
||
Invalidates the specified rectangle of the diagram, causing it to be repainted. |
||
Repaints the diagram background, and raises the DrawBackground event for custom drawing. |
||
Repaints the diagram foreground, and raises the DrawForeground event for custom drawing. |
||
Checks if a class is registered for serialization support. |
||
Checks if a class is registered for JSON serialization support. |
||
Checks if the specified item can be modified interactively. |
||
Checks if the specified item is locked. |
||
Checks if the specified item is currently visible. |
||
Loads the diagram from a JSON-formatted string. |
||
Loads the diagram from a JSON-formatted string. |
||
Loads the diagram from a JSON file. |
||
Loads the diagram from a JSON file. |
||
Loads the diagram from a JSON object. |
||
Decodes diagram contents from a string that was created with SaveToString. |
||
Overloaded. Loads the contents of an XML diagram document into the control. |
||
Overloaded. |
||
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. |
||
Overloaded. |
||
Adds the specified items and groups to the specified diagram document. |
||
Converts the specified point from client to document coordinates ignoring the current scale transformation. |
||
Displays a Print dialog and prints the diagram. |
||
Overloaded. Displays the diagram in a Print Preview window. |
||
Raises the CellTextEdited event. |
||
Raises the CellTextEditing event to validate entering in-place editing mode. |
||
Overloaded. Raises the Clicked event of the diagram or one of the *Clicked events related to diagram items. |
||
Raises the appropriate *Created event according to the type of the specified item. |
||
Raises the appropriate *Deleting event according to the type of the specified item. |
||
Overloaded. Raises the DoubleClicked event of the diagram or one of the *DoubleClicked events related to diagram items. |
||
Raises the LaneGridHeaderTextEdited event. |
||
Raises the LaneGridHeaderTextEditing event to validate entering inplace edit mode. |
||
Overloaded. |
||
Overloaded. |
||
Overloaded. |
||
Overloaded. |
||
Raises the appropriate Pasted event. |
||
Raises the appropriate *Selecting event. |
||
Raises the TreeItemTextEditing event to validate entering inplace edit mode. |
||
Overloaded. |
||
Overloaded. |
||
For internal use. Implements VisualContainer.RemoveElement. |
||
Resizes the document extents so that the specified item is contained within. |
||
Overloaded. Resizes the document scrollable area so it fits all diagram items. |
||
Called when the control ends a batch update operation that might affect many links. |
||
Overloaded. |
||
Saves the diagram to a JSON-formatted string. |
||
Saves the diagram to a JSON-formatted string. |
||
Saves the diagram into a JSON file. |
||
Saves the diagram into a JSON file. |
||
Saves the diagram to a JSON object. |
||
Overloaded. Encodes the diagram contents into an ASCII string. |
||
Overloaded. Saves the diagram to an XML document. |
||
Overloaded. |
||
Sets the value of the IsDiagramScroller attached property to a given element. |
||
Sets the location and size of the specified item within the current diagram. |
||
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. |
||
Converts the specified point from document to client coordinates ignoring the current scale transformation. |
||
For internal use. |
Name | Description | |
---|---|---|
Control.ArrangeOverride override. |
||
Renders the diagram grid. |
||
Visual.GetVisualChild override. |
||
Control.MeasureOverride override. |
||
Raises the ActionRecorded event. (Inherited from DiagramBase.) |
||
Raises the ActionRecording event. (Inherited from DiagramBase.) |
||
Raises the ActionRedone event. (Inherited from DiagramBase.) |
||
Raises the ActionUndone event. (Inherited from DiagramBase.) |
||
Raises the Arranged event. (Inherited from DiagramBase.) |
||
Raises the BeginLoad event. (Inherited from DiagramBase.) |
||
Raises the BoundsChanged event. (Inherited from DiagramBase.) |
||
Raises the CellClicked event. (Inherited from DiagramBase.) |
||
Raises the CellDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the CellTextEdited event. (Inherited from DiagramBase.) |
||
Raises the CellTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the Clicked event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildAdded event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildAdding event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildRemoved event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildRemoving event. (Inherited from DiagramBase.) |
||
Raises the ContainerFolded event. (Inherited from DiagramBase.) |
||
Raises the ContainerUnfolded event. (Inherited from DiagramBase.) |
||
Raises the ContextMenuOpening event. (Inherited from DiagramBase.) |
||
Raises the CopyHostedControl event. (Inherited from DiagramBase.) |
||
Raises the DefaultShapeChanged event. (Inherited from DiagramBase.) |
||
Raises the DeserializeControl event. (Inherited from DiagramBase.) |
||
Raises the DeserializeTag event. (Inherited from DiagramBase.) |
||
Raises the DestinationAnchorChanged event. (Inherited from DiagramBase.) |
||
Raises the DirtyChanged event. (Inherited from DiagramBase.) |
||
Raises the DoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the DrawAdjustmentHandles event. (Inherited from DiagramBase.) |
||
Raises the DrawAnchorPoint event. (Inherited from DiagramBase.) |
||
Raises the DrawBackground event. (Inherited from DiagramBase.) |
||
Raises the DrawCell event. (Inherited from DiagramBase.) |
||
Raises the DrawForeground event. (Inherited from DiagramBase.) |
||
Raises the DrawLaneHeader event. (Inherited from DiagramBase.) |
||
Raises the DrawLink event. (Inherited from DiagramBase.) |
||
Raises the DrawNode event. (Inherited from DiagramBase.) |
||
Handles dropping of DraggedNode instances |
||
Raises the EndLoad event. (Inherited from DiagramBase.) |
||
Raises the EnterInplaceEditMode event. (Inherited from DiagramBase.) |
||
Raises the ExpandButtonClicked event. (Inherited from DiagramBase.) |
||
Raises the GroupDestroyed event. (Inherited from DiagramBase.) |
||
Raises the HitTestAdjustmentHandles event. (Inherited from DiagramBase.) |
||
Raises the InitializeLasso event. (Inherited from DiagramBase.) |
||
Raises the InitializeLink event. (Inherited from DiagramBase.) |
||
Raises the InitializeNode event. (Inherited from DiagramBase.) |
||
Raises the ItemAdded event. (Inherited from DiagramBase.) |
||
Raises the ItemRemoved event. (Inherited from DiagramBase.) |
||
Raises the JsonDeserializeTag event. (Inherited from DiagramBase.) |
||
Raises the JsonSerializeTag event. (Inherited from DiagramBase.) |
||
Raises the LaneGridHeaderTextEdited event. (Inherited from DiagramBase.) |
||
Raises the LaneGridHeaderTextEditing event. (Inherited from DiagramBase.) |
||
Raises the LeaveInplaceEditMode event. (Inherited from DiagramBase.) |
||
Raises the LinkActivated event. (Inherited from DiagramBase.) |
||
Raises the LinkClicked event. (Inherited from DiagramBase.) |
||
Raises the LinkCreateCancelled event. (Inherited from DiagramBase.) |
||
Raises the LinkCreated event. (Inherited from DiagramBase.) |
||
Raises the LinkCreating event. (Inherited from DiagramBase.) |
||
Raises the LinkDeactivated event. (Inherited from DiagramBase.) |
||
Raises the LinkDeleted event. (Inherited from DiagramBase.) |
||
Raises the LinkDeleting event. (Inherited from DiagramBase.) |
||
Raises the LinkDeselected event. (Inherited from DiagramBase.) |
||
Raises the LinkDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the LinkHovered event. (Inherited from DiagramBase.) |
||
Raises the LinkMenuOpening event. (Inherited from DiagramBase.) |
||
Raises the LinkModified event. (Inherited from DiagramBase.) |
||
Raises the LinkModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the LinkModifying event. (Inherited from DiagramBase.) |
||
Raises the LinkPasted event. (Inherited from DiagramBase.) |
||
Raises the LinkPointerEnter event. (Inherited from DiagramBase.) |
||
Raises the LinkPointerLeave event. (Inherited from DiagramBase.) |
||
Raises the LinkRouted event. (Inherited from DiagramBase.) |
||
Raises the LinkSelected event. (Inherited from DiagramBase.) |
||
Raises the LinkSelecting event. (Inherited from DiagramBase.) |
||
Raises the LinkSplit event. (Inherited from DiagramBase.) |
||
Raises the LinkStartModifying event. (Inherited from DiagramBase.) |
||
Raises the LinkTextEdited event. (Inherited from DiagramBase.) |
||
Raises the LinkTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the MagnifierFactorChanged event. (Inherited from DiagramBase.) |
||
Raises the MeasureUnitChanged event. (Inherited from DiagramBase.) |
||
UIElement.OnMouseDown override. |
||
UIElement.OnMouseUp override. |
||
Raises the NodeActivated event. (Inherited from DiagramBase.) |
||
Raises the NodeClicked event. (Inherited from DiagramBase.) |
||
Raises the NodeCreateCancelled event. (Inherited from DiagramBase.) |
||
Raises the NodeCreated event. (Inherited from DiagramBase.) |
||
Raises the NodeCreating event. (Inherited from DiagramBase.) |
||
Raises the NodeDeactivated event. (Inherited from DiagramBase.) |
||
Raises the NodeDeleted event. (Inherited from DiagramBase.) |
||
Raises the NodeDeleting event. (Inherited from DiagramBase.) |
||
Raises the NodeDeselected event. (Inherited from DiagramBase.) |
||
Raises the NodeDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the NodeHovered event. (Inherited from DiagramBase.) |
||
Raises the NodeMenuOpening event. (Inherited from DiagramBase.) |
||
Raises the NodeModified event. (Inherited from DiagramBase.) |
||
Raises the NodeModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the NodeModifying event. (Inherited from DiagramBase.) |
||
Raises the NodePasted event. (Inherited from DiagramBase.) |
||
Raises the NodePointerEnter event. (Inherited from DiagramBase.) |
||
Raises the NodePointerLeave event. (Inherited from DiagramBase.) |
||
Raises the NodeSelected event. (Inherited from DiagramBase.) |
||
Raises the NodeSelecting event. (Inherited from DiagramBase.) |
||
Raises the NodeStartModifying event. (Inherited from DiagramBase.) |
||
Raises the NodeTextEdited event. (Inherited from DiagramBase.) |
||
Raises the NodeTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the OriginAnchorChanged event. (Inherited from DiagramBase.) |
||
UIElement.OnPreviewMouseDown override. |
||
UIElement.OnPreviewMouseMove override. |
||
UIElement.OnPreviewMouseUp override. |
||
Raises the SelectionChanged event. (Inherited from DiagramBase.) |
||
Raises the SelectionModified event. (Inherited from DiagramBase.) |
||
Raises the SelectionModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the SelectionModifying event. (Inherited from DiagramBase.) |
||
Raises the SelectionStartModifying event. (Inherited from DiagramBase.) |
||
Raises the SerializeControl event. (Inherited from DiagramBase.) |
||
Raises the SerializeTag event. (Inherited from DiagramBase.) |
||
Raises the SetSelfLoopShape event. (Inherited from DiagramBase.) |
||
Raises the ShapeModified event. (Inherited from DiagramBase.) |
||
Raises the TableColumnResized event. (Inherited from DiagramBase.) |
||
Raises the TableColumnResizing event. (Inherited from DiagramBase.) |
||
Raises the TableRowResized event. (Inherited from DiagramBase.) |
||
Raises the TableRowResizing event. (Inherited from DiagramBase.) |
||
Raises the TableSectionCollapsed event. (Inherited from DiagramBase.) |
||
Raises the TableSectionExpanded event. (Inherited from DiagramBase.) |
||
Raises the TreeCollapsed event. (Inherited from DiagramBase.) |
||
Raises the TreeExpanded event. (Inherited from DiagramBase.) |
||
Raises the TreeItemTextEditing event. (Inherited from DiagramBase.) |
||
Raises the ValidateAnchorPoint event. (Inherited from DiagramBase.) |
||
Raises the ValidateLinkCrossing event. (Inherited from DiagramBase.) |
||
FrameworkElement.OnVisualParentChanged override. |
||
Show auto handles for the item located at the specified position. |