From 4f9541395cc7b69790555b68d10df14da7a880f8 Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Wed, 15 Jan 2025 10:42:23 +0530 Subject: [PATCH 01/10] WPF-932060-Link KBs with UG --- wpf/Diagram/Annotation/DefineAnnotation.md | 8 ++++++- .../Interaction/SelectionAndResizing.md | 5 ++++- .../Annotation/PositioningAndAppearance.md | 7 +++++- wpf/Diagram/Commands/Alignment.md | 3 +++ wpf/Diagram/Commands/Clipboard.md | 3 +++ wpf/Diagram/Commands/Command-Manager.md | 8 ++++++- wpf/Diagram/Commands/Delete.md | 3 +++ wpf/Diagram/Commands/EditandFormatText.md | 3 ++- wpf/Diagram/Commands/ExpandCollapse.md | 3 +++ wpf/Diagram/Commands/FitToPage.md | 6 ++++- wpf/Diagram/Commands/Flip.md | 3 +++ wpf/Diagram/Commands/Grouping.md | 3 +++ wpf/Diagram/Commands/Nudge.md | 3 +++ wpf/Diagram/Commands/Rotate.md | 3 +++ wpf/Diagram/Commands/SelectByType.md | 3 +++ wpf/Diagram/Commands/SelectTool.md | 3 +++ wpf/Diagram/Commands/SetShapeStyle.md | 3 +++ wpf/Diagram/Commands/Sizing.md | 3 +++ wpf/Diagram/Commands/Spacing.md | 3 +++ wpf/Diagram/Commands/UndoRedo.md | 3 +++ wpf/Diagram/Commands/Z-Order.md | 3 +++ wpf/Diagram/Commands/Zoom.md | 5 +++++ .../Connector/AppearanceAndValidation.md | 10 ++++++++- wpf/Diagram/Connector/DefineConnector.md | 20 ++++++++++++++++- wpf/Diagram/Connector/Segments/Orthogonal.md | 4 +++- wpf/Diagram/Connector/SelectionAndDragging.md | 4 +++- wpf/Diagram/Container.md | 9 +++++++- wpf/Diagram/Context-Menu.md | 12 +++++++++- wpf/Diagram/Diagram-Ribbon.md | 5 +++++ wpf/Diagram/Exporting.md | 2 ++ wpf/Diagram/Getting-Started.md | 4 +++- wpf/Diagram/Group.md | 2 ++ .../Dragging/DuplicateNodesandConnectors.md | 2 ++ wpf/Diagram/Interaction/Selection.md | 4 +++- wpf/Diagram/Node.md | 22 ++++++++++++++++++- wpf/Diagram/Port/Port.md | 6 ++++- wpf/Diagram/Printing.md | 4 +++- wpf/Diagram/Rulers.md | 4 +++- .../ScrollStatusAndAutoScroll.md | 2 ++ wpf/Diagram/Serialization.md | 6 ++++- wpf/Diagram/Stencil/Interactions.md | 6 ++++- wpf/Diagram/Stencil/Serialization.md | 5 +++++ wpf/Diagram/Stencil/Stencil.md | 16 +++++++++++++- .../Stencil/SymbolGroup/SymbolGroup.md | 6 ++++- wpf/Diagram/Themes.md | 4 +++- 45 files changed, 223 insertions(+), 23 deletions(-) diff --git a/wpf/Diagram/Annotation/DefineAnnotation.md b/wpf/Diagram/Annotation/DefineAnnotation.md index 81ed054ce..fbdef6c36 100644 --- a/wpf/Diagram/Annotation/DefineAnnotation.md +++ b/wpf/Diagram/Annotation/DefineAnnotation.md @@ -158,4 +158,10 @@ Annotations = new ObservableCollection() [How to restrict annotation editing by double-clicking the node or connector?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) -[How to programmatically Show/Hide the Annotations of node and connector?](https://support.syncfusion.com/kb/article/6281/how-to-programmatically-showhide-annotations-in-wpf-diagram-) \ No newline at end of file +[How to programmatically Show/Hide the Annotations of node and connector?](https://support.syncfusion.com/kb/article/6281/how-to-programmatically-showhide-annotations-in-wpf-diagram-) + +[How to set font properties for newly added items Annotations in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18670/how-to-set-font-properties-for-newly-added-items-annotations-in-wpf-diagram-sfdiagram) + +[How to highlight the node when selecting an annotation of the node and vice versa in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18245/how-to-highlight-the-node-when-selecting-an-annotation-of-the-node-and-vice-versa-in-the-wpf-diagram-sfdiagram) + +[How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Annotation/Interaction/SelectionAndResizing.md b/wpf/Diagram/Annotation/Interaction/SelectionAndResizing.md index d1c385c9d..7f3615a5c 100644 --- a/wpf/Diagram/Annotation/Interaction/SelectionAndResizing.md +++ b/wpf/Diagram/Annotation/Interaction/SelectionAndResizing.md @@ -80,4 +80,7 @@ Annotations = new ObservableCollection() {% endhighlight %} {% endtabs %} -![WPF Diagram Annotation Resizing](Annotation_images/wpf-diagram-annotation-resizing.gif) \ No newline at end of file +![WPF Diagram Annotation Resizing](Annotation_images/wpf-diagram-annotation-resizing.gif) + +## See Also +[How to highlight the node when selecting an annotation of the node and vice versa in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18245/how-to-highlight-the-node-when-selecting-an-annotation-of-the-node-and-vice-versa-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Annotation/PositioningAndAppearance.md b/wpf/Diagram/Annotation/PositioningAndAppearance.md index 29b81d950..9371bb988 100644 --- a/wpf/Diagram/Annotation/PositioningAndAppearance.md +++ b/wpf/Diagram/Annotation/PositioningAndAppearance.md @@ -572,4 +572,9 @@ Annotations = new ObservableCollection() ## See Also -[How to programmatically Show/Hide the Annotations of node and connector?](https://support.syncfusion.com/kb/article/6281/how-to-programmatically-showhide-annotations-in-wpf-diagram-) \ No newline at end of file +[How to programmatically Show/Hide the Annotations of node and connector?](https://support.syncfusion.com/kb/article/6281/how-to-programmatically-showhide-annotations-in-wpf-diagram-) + +[How to set font properties for newly added items Annotations in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18670/how-to-set-font-properties-for-newly-added-items-annotations-in-wpf-diagram-sfdiagram) + + +[How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Alignment.md b/wpf/Diagram/Commands/Alignment.md index 1b97732bd..029b3768a 100644 --- a/wpf/Diagram/Commands/Alignment.md +++ b/wpf/Diagram/Commands/Alignment.md @@ -142,3 +142,6 @@ graphinfo.Commands.AlignCenter.Execute(null); ![Gif for Align commands](Commands_Images/Commands_img2.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Alignment%20Commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Clipboard.md b/wpf/Diagram/Commands/Clipboard.md index 09bba3b93..3dd4b4b4c 100644 --- a/wpf/Diagram/Commands/Clipboard.md +++ b/wpf/Diagram/Commands/Clipboard.md @@ -102,3 +102,6 @@ graphinfo.Commands.Duplicate.Execute(null); ![Clipboard gif](Commands_Images/Commands_img11.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Clipboard%20commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Command-Manager.md b/wpf/Diagram/Commands/Command-Manager.md index 8bb75dc94..34623d5c6 100644 --- a/wpf/Diagram/Commands/Command-Manager.md +++ b/wpf/Diagram/Commands/Command-Manager.md @@ -94,4 +94,10 @@ diagram.CommandManager.Commands.Add(saveGesture); ## See Also -[How to map the custom commands to existing gestures (keyboard shortcuts and mouse)?](https://support.syncfusion.com/kb/article/8709/how-to-map-the-custom-commands-to-existing-gestures-keyboard-shortcuts-and-mouse-in-wpf) \ No newline at end of file +[How to map the custom commands to existing gestures (keyboard shortcuts and mouse)?](https://support.syncfusion.com/kb/article/8709/how-to-map-the-custom-commands-to-existing-gestures-keyboard-shortcuts-and-mouse-in-wpf) + +[How to add a custom gesture command in the WPF Diagram (SfDiagram )?](https://support.syncfusion.com/kb/article/18237/how-to-add-a-custom-gesture-command-in-the-wpf-diagram-sfdiagram-) + +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) + +[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Delete.md b/wpf/Diagram/Commands/Delete.md index 763608d6b..71952ddca 100644 --- a/wpf/Diagram/Commands/Delete.md +++ b/wpf/Diagram/Commands/Delete.md @@ -60,3 +60,6 @@ else ![Delete and DeleteParameter](Commands_Images/DeleteCommandParameter.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Delete%20Command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/EditandFormatText.md b/wpf/Diagram/Commands/EditandFormatText.md index de80a8c1d..a2c64a2e1 100644 --- a/wpf/Diagram/Commands/EditandFormatText.md +++ b/wpf/Diagram/Commands/EditandFormatText.md @@ -136,4 +136,5 @@ graphinfo.Commands.Cancel.Execute(null); [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Commands%20Sample) - +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/ExpandCollapse.md b/wpf/Diagram/Commands/ExpandCollapse.md index 8665be3a1..d2a31f975 100644 --- a/wpf/Diagram/Commands/ExpandCollapse.md +++ b/wpf/Diagram/Commands/ExpandCollapse.md @@ -66,3 +66,6 @@ else [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Expand%20and%20Collapse%20command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/FitToPage.md b/wpf/Diagram/Commands/FitToPage.md index 3055cccc3..d01b8796a 100644 --- a/wpf/Diagram/Commands/FitToPage.md +++ b/wpf/Diagram/Commands/FitToPage.md @@ -71,4 +71,8 @@ The [FocusArea](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Fi ## See Also -[How to apply margin values to FitToPage command?](https://support.syncfusion.com/kb/article/5474/how-to-apply-margin-to-fittopage-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to apply margin values to FitToPage command?](https://support.syncfusion.com/kb/article/5474/how-to-apply-margin-to-fittopage-in-wpf-diagram-sfdiagram) + +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) + +[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Flip.md b/wpf/Diagram/Commands/Flip.md index d35c87464..72c17a414 100644 --- a/wpf/Diagram/Commands/Flip.md +++ b/wpf/Diagram/Commands/Flip.md @@ -63,3 +63,6 @@ When the Flip command is applied to the group, it enables the transformation of ![Represents the Group flip](Commands_images/Commands_GroupFlip.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Flip%20Command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Grouping.md b/wpf/Diagram/Commands/Grouping.md index 8a0eab3aa..a14510f00 100644 --- a/wpf/Diagram/Commands/Grouping.md +++ b/wpf/Diagram/Commands/Grouping.md @@ -58,3 +58,6 @@ graphinfo.Commands.UnGroup.Execute(null); ![Group/UnGroup gif](Commands_Images/Commands_img12.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Grouping%20Commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Nudge.md b/wpf/Diagram/Commands/Nudge.md index b7b21e997..bd2d6336a 100644 --- a/wpf/Diagram/Commands/Nudge.md +++ b/wpf/Diagram/Commands/Nudge.md @@ -43,3 +43,6 @@ graphinfo.Commands.MoveUp.Execute(new MoveParameter() { MoveDelta = 5 }); ![Nudge gif](Commands_Images/Commands_img17.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Nudge%20Commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Rotate.md b/wpf/Diagram/Commands/Rotate.md index 19dccffa3..28f7d873d 100644 --- a/wpf/Diagram/Commands/Rotate.md +++ b/wpf/Diagram/Commands/Rotate.md @@ -37,3 +37,6 @@ graphinfo.Commands.Rotate.Execute(new RotateParameter() ![Gif for Rotate command](Commands_Images/Commands_Rotate.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/SelectByType.md b/wpf/Diagram/Commands/SelectByType.md index 7d34c8c31..ffba7b31e 100644 --- a/wpf/Diagram/Commands/SelectByType.md +++ b/wpf/Diagram/Commands/SelectByType.md @@ -31,3 +31,6 @@ graphinfo.Commands.SelectByType.Execute(typeof(NodeViewModel)); [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/SelectTool.md b/wpf/Diagram/Commands/SelectTool.md index b4ff60ff7..071707793 100644 --- a/wpf/Diagram/Commands/SelectTool.md +++ b/wpf/Diagram/Commands/SelectTool.md @@ -68,3 +68,6 @@ graphinfo.Commands.SelectTool.Execute(new SelectToolCommandParameter() ![Gif for SelectTool command](Commands_Images/Commands_SelectTool.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Commands%20Sample) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/SetShapeStyle.md b/wpf/Diagram/Commands/SetShapeStyle.md index d05c6db73..d89bbbc64 100644 --- a/wpf/Diagram/Commands/SetShapeStyle.md +++ b/wpf/Diagram/Commands/SetShapeStyle.md @@ -39,3 +39,6 @@ graphinfo.Commands.SetShapeStyle.Execute(style); ![Gif for SelectByType command](Commands_Images/Commands_SetShapeStyle.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Sizing.md b/wpf/Diagram/Commands/Sizing.md index ea62baf8a..914e9d86b 100644 --- a/wpf/Diagram/Commands/Sizing.md +++ b/wpf/Diagram/Commands/Sizing.md @@ -80,3 +80,6 @@ graphinfo.Commands.SameWidth.Execute(null); ![Sizing commands](Commands_Images/Commands_img5.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Sizing%20Commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Spacing.md b/wpf/Diagram/Commands/Spacing.md index 87d1def77..ee08f609e 100644 --- a/wpf/Diagram/Commands/Spacing.md +++ b/wpf/Diagram/Commands/Spacing.md @@ -60,3 +60,6 @@ graphinfo.Commands.SpaceDown.Execute(null); ![SPace Down](Commands_images/Commands_img4.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Spacing%20Commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/UndoRedo.md b/wpf/Diagram/Commands/UndoRedo.md index ca7da099c..bb0988893 100644 --- a/wpf/Diagram/Commands/UndoRedo.md +++ b/wpf/Diagram/Commands/UndoRedo.md @@ -42,3 +42,6 @@ graphinfo.Commands.Redo.Execute(null); ![Undo Redo gif](Commands_Images/Commands_img16.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Undo%20Redo) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Z-Order.md b/wpf/Diagram/Commands/Z-Order.md index 1f5b1a5c8..92c8eb187 100644 --- a/wpf/Diagram/Commands/Z-Order.md +++ b/wpf/Diagram/Commands/Z-Order.md @@ -104,3 +104,6 @@ graphinfo.Commands.BringForward.Execute(null); ![Represents the bring forward](Commands_images/Commands_img9.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Z-Order%20Commands) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Zoom.md b/wpf/Diagram/Commands/Zoom.md index 49afdd536..ef77b557a 100644 --- a/wpf/Diagram/Commands/Zoom.md +++ b/wpf/Diagram/Commands/Zoom.md @@ -217,3 +217,8 @@ graphinfo.Commands.Reset.Execute(new ResetParameter() { Reset = Reset.ZoomPan }) {% endtabs %} [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Zoom%20Command) + +## See Also +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) + +[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) \ No newline at end of file diff --git a/wpf/Diagram/Connector/AppearanceAndValidation.md b/wpf/Diagram/Connector/AppearanceAndValidation.md index 7624ee5a2..8b92c31ac 100644 --- a/wpf/Diagram/Connector/AppearanceAndValidation.md +++ b/wpf/Diagram/Connector/AppearanceAndValidation.md @@ -691,4 +691,12 @@ Find the [Sample](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tre [How to customize the bridging style for connector?](https://support.syncfusion.com/kb/article/6120/how-to-customize-the-bridging-style-for-connector-in-wpf-diagram-sfdiagram) -[How to customize the direction of bridge?](https://support.syncfusion.com/kb/article/6010/how-to-customize-the-direction-of-bridge-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to customize the direction of bridge?](https://support.syncfusion.com/kb/article/6010/how-to-customize-the-direction-of-bridge-in-wpf-diagram-sfdiagram) + +[How to update the size of a Connector's source and target decorators in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18246/how-to-update-the-size-of-a-connectors-source-and-target-decorators-in-the-wpf-diagram-sfdiagram) + +[How to prevent the Connector lines from overlapping the Connector's target decorator in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18404/how-to-prevent-the-connector-lines-from-overlapping-the-connectors-target-decorator-in-wpf-diagramsfdiagram) + +[How to restrict the Connector's source and target decorator from being positioned in different places in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18413/how-to-restrict-the-connectors-source-and-target-decorator-from-being-positioned-in-different-places-in-wpf-diagram-sfdiagram) + +[How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index 21a7e3a57..67af99b04 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -467,4 +467,22 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to add space between connector decorator and node?](https://support.syncfusion.com/kb/article/5448/how-to-add-space-between-decorator-and-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) \ No newline at end of file +[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) + +[How to select a connector when the mouse hovers over a node port that is connected by the connector in the WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18695/how-to-select-a-connector-when-the-mouse-hovers-over-a-node-port-that-is-connected-by-the-connector-in-the-wpf-diagram-sfdiagram) + +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) + +[How to prevent the Connector lines from overlapping the Connector's target decorator in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18404/how-to-prevent-the-connector-lines-from-overlapping-the-connectors-target-decorator-in-wpf-diagramsfdiagram) + +[How to restrict the Connector's source and target decorator from being positioned in different places in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18413/how-to-restrict-the-connectors-source-and-target-decorator-from-being-positioned-in-different-places-in-wpf-diagram-sfdiagram) + +[How to disable Ctrl + Drag duplicate behavior in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18502/how-to-disable-ctrl--drag-duplicate-behavior-in-wpf-diagramsfdiagram) + +[How to change the source and target ports of the connector at runtime in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18302/how-to-change-the-source-and-target-ports-of-the-connector-at-runtime-in-the-wpf-diagram-sfdiagram) + +[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) + +[How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) + +[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Connector/Segments/Orthogonal.md b/wpf/Diagram/Connector/Segments/Orthogonal.md index 37f03f09a..3f098b1f2 100644 --- a/wpf/Diagram/Connector/Segments/Orthogonal.md +++ b/wpf/Diagram/Connector/Segments/Orthogonal.md @@ -167,4 +167,6 @@ N> Overlapping with Source and Target nodes are only avoided. Other nodes are no ## See Also -[How to detect or get notification when editing the thumbs of connector?](https://support.syncfusion.com/kb/article/9030/how-to-detect-or-get-notification-when-editing-the-thumbs-of-connector-in-wpf-diagram) \ No newline at end of file +[How to detect or get notification when editing the thumbs of connector?](https://support.syncfusion.com/kb/article/9030/how-to-detect-or-get-notification-when-editing-the-thumbs-of-connector-in-wpf-diagram) + +[How to avoid overlapping connector segments for the Orthogonal Connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17740/how-to-avoid-overlapping-connector-segments-for-the-orthogonal-connector-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/SelectionAndDragging.md b/wpf/Diagram/Connector/SelectionAndDragging.md index c750478e0..83132cd6a 100644 --- a/wpf/Diagram/Connector/SelectionAndDragging.md +++ b/wpf/Diagram/Connector/SelectionAndDragging.md @@ -179,4 +179,6 @@ Find the [Connector interactions sample](https://github.com/SyncfusionExamples/W [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) -[How to decide whether to drag or draw a connection on port at runtime?](https://support.syncfusion.com/kb/article/8538/how-to-decide-whether-to-drag-or-draw-a-connection-on-port-at-runtime-in-the-wpf-diagram) \ No newline at end of file +[How to decide whether to drag or draw a connection on port at runtime?](https://support.syncfusion.com/kb/article/8538/how-to-decide-whether-to-drag-or-draw-a-connection-on-port-at-runtime-in-the-wpf-diagram) + +[How to select a connector when the mouse hovers over a node port that is connected by the connector in the WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18695/how-to-select-a-connector-when-the-mouse-hovers-over-a-node-port-that-is-connected-by-the-connector-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Container.md b/wpf/Diagram/Container.md index fe2b626f8..f36f0fe34 100644 --- a/wpf/Diagram/Container.md +++ b/wpf/Diagram/Container.md @@ -258,4 +258,11 @@ To explore about selection and selection related events, refer to the [Selection * The `ItemTappedEvent` is invoked on clicking the container. To explore about arguments, refer to the [ItemTappedEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ItemTappedEventArgs.html). * The `ItemDoubleTappedEvent` is invoked on double-clicking the container. To explore about arguments, refer to the [ItemDoubleTappedEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ItemDoubleTappedEventArgs.html). * The `MouseDown` and `MouseUp` are invoked as similar to framework element that is raised together with either MouseLeftButtonUp or MouseRightButtonUp. To explore about arguments, refer to the [MouseDownEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.MouseDownEventArgs.html) and -[MouseUpEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.MouseUpEventArgs.html). \ No newline at end of file +[MouseUpEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.MouseUpEventArgs.html). + +## See Also +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) + +[How to prevent a container's size from updating when drawing a connector between child nodes of different containers in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18402/how-to-prevent-a-containers-size-from-updating-when-drawing-a-connector-between-child-nodes-of-different-containers-in-wpf-diagram-sfdiagram) + +[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Context-Menu.md b/wpf/Diagram/Context-Menu.md index 6b79e9f68..530077258 100644 --- a/wpf/Diagram/Context-Menu.md +++ b/wpf/Diagram/Context-Menu.md @@ -117,4 +117,14 @@ void MainPage_MenuItemClickedEvent(object sender, [How to display images, image URI and shapes for menu items icon?](https://support.syncfusion.com/kb/article/13009/how-to-display-images-image-uri-and-shapes-for-menu-items-icon-in-wpf-diagram) -s[How to add icon to context menu item?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add icon to context menu item?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) + +[How to Add Textbox as a SubMenuItem in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18494/how-to-add-textbox-as-a-submenuitem-in-wpf-sfdiagram) + +[How can I display different context menus for various types of diagram elements and the diagram area in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18236/how-can-i-display-different-context-menus-for-various-types-of-diagram-elements-and-the-diagram-area-in-the-wpf-diagram-sfdiagram) + +[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to display the paste context menu only after cutting or copying nodes in a diagram in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17759/how-to-display-the-paste-context-menu-only-after-cutting-or-copying-nodes-in-a-diagram-in-wpf-diagram-sfdiagram) + +[How to enable or disable custom context menu items based on a node's selection in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17784/how-to-enable-or-disable-custom-context-menu-items-based-on-a-nodes-selection-in-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Diagram-Ribbon.md b/wpf/Diagram/Diagram-Ribbon.md index 99de90148..2134851c9 100644 --- a/wpf/Diagram/Diagram-Ribbon.md +++ b/wpf/Diagram/Diagram-Ribbon.md @@ -298,3 +298,8 @@ private void DiagramRibbon_Loaded(object sender, RoutedEventArgs e) {% endhighlight %} {% endtabs %} + +## See Also +[How to change the visibility of the BackStageButton in the SfDiagramRibbon control?](https://support.syncfusion.com/kb/article/18414/how-to-change-the-visibility-of-the-backstagebutton-in-the-sfdiagramribbon-control) + +[How to change the background color of the diagram using the color picker in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18351/how-to-change-the-background-color-of-the-diagram-using-the-color-picker-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Exporting.md b/wpf/Diagram/Exporting.md index 9891cb283..5f5d0079e 100644 --- a/wpf/Diagram/Exporting.md +++ b/wpf/Diagram/Exporting.md @@ -268,3 +268,5 @@ diagram.Export(); ## See Also [How to export the Diagram as PDF?](https://support.syncfusion.com/kb/article/7520/how-to-export-the-diagram-as-a-pdf-in-the-wpf-diagram-sfdiagram) + +[How to Export the Visible Area Within the ViewPort in WPF Diagram?](https://support.syncfusion.com/kb/article/18001/how-to-export-the-visible-area-within-the-viewport-in-wpf-diagram) diff --git a/wpf/Diagram/Getting-Started.md b/wpf/Diagram/Getting-Started.md index d7b6ed656..ea2367ec0 100644 --- a/wpf/Diagram/Getting-Started.md +++ b/wpf/Diagram/Getting-Started.md @@ -931,4 +931,6 @@ SfDiagram supports various built-in themes. Refer to the below links to apply th [How to create treeview and diagram with editing options in the WPF Diagram?](https://support.syncfusion.com/kb/article/9926/how-to-create-treeview-and-diagram-with-editing-options-in-the-wpf-diagram-sfdiagram) -[How to create a WPF SfDiagram?](https://support.syncfusion.com/kb/article/8853/how-to-create-a-wpf-diagram-sfdiagram) \ No newline at end of file +[How to create a WPF SfDiagram?](https://support.syncfusion.com/kb/article/8853/how-to-create-a-wpf-diagram-sfdiagram) + +[How to use the WPF SfDiagram as the Content of the Node?](https://support.syncfusion.com/kb/article/18397/how-to-use-the-wpf-sfdiagram-as-the-content-of-the-node) \ No newline at end of file diff --git a/wpf/Diagram/Group.md b/wpf/Diagram/Group.md index 6ec8026e9..d05b0cb9d 100644 --- a/wpf/Diagram/Group.md +++ b/wpf/Diagram/Group.md @@ -69,3 +69,5 @@ You can edit the Group and its children at runtime. For more information about h [How to restrict the child node dragging whereas allow group dragging?](https://www.syncfusion.com/kb/11462/how-to-restrict-the-child-node-dragging-whereas-allow-group-dragging-in-wpf) [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) + +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Dragging/DuplicateNodesandConnectors.md b/wpf/Diagram/Interaction/Dragging/DuplicateNodesandConnectors.md index 4c7c75566..b77d0d26c 100644 --- a/wpf/Diagram/Interaction/Dragging/DuplicateNodesandConnectors.md +++ b/wpf/Diagram/Interaction/Dragging/DuplicateNodesandConnectors.md @@ -17,3 +17,5 @@ N> To enable dragging of connectors in your diagrams, use `ConnectorConstraints. ## See Also [How to show the copied diagram elements as preview image along with the mouse pointer?](https://support.syncfusion.com/kb/article/12037/how-to-show-the-copied-diagram-elements-as-preview-image-along-with-the-mouse-pointer-in) + +[How to disable Ctrl + Drag duplicate behavior in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18502/how-to-disable-ctrl--drag-duplicate-behavior-in-wpf-diagramsfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index 9aa45a3df..e556b37c0 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -185,4 +185,6 @@ Diagram control provides support to change the selection handle display mode of [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) \ No newline at end of file +[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) + +[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index 1096a75a6..534fc4023 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -813,4 +813,24 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to get base node interface while dropping a symbol from stencil?](https://support.syncfusion.com/kb/article/5494/how-to-get-base-node-interface-while-dropping-a-symbol-from-stencil-to-wpf-diagram) -[How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) + +[How to manage the node's visibility when it is dropped onto another node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18312/how-to-manage-the-nodes-visibility-when-it-is-dropped-onto-another-node-in-wpf-diagram-sfdiagram) + +[How to use the WPF SfDiagram as the Content of the Node?](https://support.syncfusion.com/kb/article/18397/how-to-use-the-wpf-sfdiagram-as-the-content-of-the-node) + +[How to Prevent Nodes from being Unselected when Right-Clicking in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18348/how-to-prevent-nodes-from-being-unselected-when-right-clicking-in-wpf-sfdiagram) + +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) + +[How to highlight the node when selecting an annotation of the node and vice versa in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18245/how-to-highlight-the-node-when-selecting-an-annotation-of-the-node-and-vice-versa-in-the-wpf-diagram-sfdiagram) + +[How to disable Ctrl + Drag duplicate behavior in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18502/how-to-disable-ctrl--drag-duplicate-behavior-in-wpf-diagramsfdiagram) + +[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) + +[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) + +[How to set the semi-transparent color to Nodes in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17882/how-to-set-the-semi-transparent-color-to-nodes-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index 4ed260da2..2a5e2672f 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -554,4 +554,8 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to achieve zoom in or zoom out functionality to ports?](https://support.syncfusion.com/kb/article/10002/how-to-achieve-zoom-in-or-zoom-out-functionality-to-ports-in-wpf-diagram-sfdiagram) -[How to add port to the connector?](https://support.syncfusion.com/kb/article/5939/how-to-add-port-to-the-connector-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add port to the connector?](https://support.syncfusion.com/kb/article/5939/how-to-add-port-to-the-connector-in-wpf-diagram-sfdiagram) + +[How to change the source and target ports of the connector at runtime in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18302/how-to-change-the-source-and-target-ports-of-the-connector-at-runtime-in-the-wpf-diagram-sfdiagram) + +[How to display only the ports of the same color in the target node based on the source node's port color in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17723/how-to-display-only-the-ports-of-the-same-color-in-the-target-node-based-on-the-source-nodes-port-color-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Printing.md b/wpf/Diagram/Printing.md index b2d3dd115..d408d84b9 100644 --- a/wpf/Diagram/Printing.md +++ b/wpf/Diagram/Printing.md @@ -396,4 +396,6 @@ diagram.PrintingService.ShowClassicPrintPreview(); [How to get progress notification while printing the diagram pages?](https://support.syncfusion.com/kb/article/8465/how-to-get-progress-notification-while-printing-in-wpf-diagram-sfdiagram) -[How to show classic print preview?](https://support.syncfusion.com/kb/article/8186/how-to-show-classic-print-preview-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to show classic print preview?](https://support.syncfusion.com/kb/article/8186/how-to-show-classic-print-preview-in-wpf-diagram-sfdiagram) + +[How to enable the Print Properties option in the Print dialog in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18697/how-to-enable-the-print-properties-option-in-the-print-dialog-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Rulers.md b/wpf/Diagram/Rulers.md index e79041d1e..af66a7fc1 100644 --- a/wpf/Diagram/Rulers.md +++ b/wpf/Diagram/Rulers.md @@ -79,4 +79,6 @@ Please refer to the sample to [Customize the Ruler](https://github.com/Syncfusio ## See Also -[How to customize the ruler units?](https://support.syncfusion.com/kb/article/5944/how-to-customize-the-ruler-units-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to customize the ruler units?](https://support.syncfusion.com/kb/article/5944/how-to-customize-the-ruler-units-in-wpf-diagram-sfdiagram) + +[How to round off the ruler's value if it displays a decimal value in the WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/18665/how-to-round-off-the-rulers-value-if-it-displays-a-decimal-value-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md index b1c571b13..3434d02f7 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md +++ b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md @@ -105,3 +105,5 @@ Find the [Scroll Settings sample](https://github.com/SyncfusionExamples/WPF-Diag [How to stop infinite scrolling in diagram?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) [How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) + +[How to get the coordinates of the current viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18032/how-to-get-the-coordinates-of-the-current-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Serialization.md b/wpf/Diagram/Serialization.md index 3dbb5979e..08e47498c 100644 --- a/wpf/Diagram/Serialization.md +++ b/wpf/Diagram/Serialization.md @@ -252,4 +252,8 @@ N> Mermaid syntax data serialization and deserialization are only supported for ## See Also -[How to serialize the Content and ContentTemplate properties of a Node?](https://support.syncfusion.com/kb/article/11574/how-to-serialize-content-and-contenttemplate-properties-of-a-node-in-wpf-diagramsfdiagram) \ No newline at end of file +[How to serialize the Content and ContentTemplate properties of a Node?](https://support.syncfusion.com/kb/article/11574/how-to-serialize-content-and-contenttemplate-properties-of-a-node-in-wpf-diagramsfdiagram) + +[How to change the color of a node in the stencil and diagram while loading a saved file in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18669/how-to-change-the-color-of-a-node-in-the-stencil-and-diagram-while-loading-a-saved-file-in-wpf-diagramsfdiagram) + +[How to serialize the LinearGradientBrush type as a Fill value in the ShapeStyle of a Node in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18058/how-to-serialize-the-lineargradientbrush-type-as-a-fill-value-in-the-shapestyle-of-a-node-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/Interactions.md b/wpf/Diagram/Stencil/Interactions.md index 1f20e3f48..c59da99cc 100644 --- a/wpf/Diagram/Stencil/Interactions.md +++ b/wpf/Diagram/Stencil/Interactions.md @@ -229,4 +229,8 @@ The following table illustrates the list of commands along with their associated [How to create parent and child relationship by drag and drop nodes?](https://support.syncfusion.com/kb/article/10008/how-to-create-parent-and-child-relationship-by-drag-and-drop-nodes-in-wpf-diagram-sfdiagram) -[How to expand all symbol groups in stencil?](https://support.syncfusion.com/kb/article/5492/how-to-expand-all-symbol-groups-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to expand all symbol groups in stencil?](https://support.syncfusion.com/kb/article/5492/how-to-expand-all-symbol-groups-in-wpf-diagram-sfdiagram) + +[How to Change Cursor to Block Cursor When Hovering in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18242/how-to-change-cursor-to-block-cursor-when-hovering-in-wpf-sfdiagram) + +[How to Change the Background Color of a Symbol in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18241/how-to-change-the-background-color-of-a-symbol-in-wpf-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/Serialization.md b/wpf/Diagram/Stencil/Serialization.md index e602aa4cc..e1e6fae65 100644 --- a/wpf/Diagram/Stencil/Serialization.md +++ b/wpf/Diagram/Stencil/Serialization.md @@ -109,3 +109,8 @@ if (dialog.ShowDialog() == true) [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Stencil/SymbolGroupSerialize) + +## See Also +[How to change the color of a node in the stencil and diagram while loading a saved file in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18669/how-to-change-the-color-of-a-node-in-the-stencil-and-diagram-while-loading-a-saved-file-in-wpf-diagramsfdiagram) + +[How to serialize the LinearGradientBrush type as a Fill value in the ShapeStyle of a Node in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18058/how-to-serialize-the-lineargradientbrush-type-as-a-fill-value-in-the-shapestyle-of-a-node-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/Stencil.md b/wpf/Diagram/Stencil/Stencil.md index 8cf4fe351..0ea87a9ce 100644 --- a/wpf/Diagram/Stencil/Stencil.md +++ b/wpf/Diagram/Stencil/Stencil.md @@ -381,4 +381,18 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to get base node interface while dropping a symbol from stencil?](https://support.syncfusion.com/kb/article/5494/how-to-get-base-node-interface-while-dropping-a-symbol-from-stencil-to-wpf-diagram) -[How to expand all symbol groups in stencil?](https://support.syncfusion.com/kb/article/5492/how-to-expand-all-symbol-groups-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to expand all symbol groups in stencil?](https://support.syncfusion.com/kb/article/5492/how-to-expand-all-symbol-groups-in-wpf-diagram-sfdiagram) + +[How to change the color of a node in the stencil and diagram while loading a saved file in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18669/how-to-change-the-color-of-a-node-in-the-stencil-and-diagram-while-loading-a-saved-file-in-wpf-diagramsfdiagram) + +[How to group all the SymbolViewModels into the same group in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18672/how-to-group-all-the-symbolviewmodels-into-the-same-group-in-the-wpf-diagram-sfdiagram) + +[How to Create Customized Stencil Using SVG Images in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18251/how-to-create-customized-stencil-using-svg-images-in-wpf-sfdiagram) + +[How to Change Cursor to Block Cursor When Hovering in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18242/how-to-change-cursor-to-block-cursor-when-hovering-in-wpf-sfdiagram) + +[How to Change the Background Color of a Symbol in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18241/how-to-change-the-background-color-of-a-symbol-in-wpf-sfdiagram) + +[How to drag and drop both default and custom node from the stencil into the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18459/how-to-drag-and-drop-both-default-and-custom-node-from-the-stencil-into-the-wpf-diagram-sfdiagram) + +[How to enable/disable the Stencil symbol in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17888/how-to-enabledisable-the-stencil-symbol-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/SymbolGroup/SymbolGroup.md b/wpf/Diagram/Stencil/SymbolGroup/SymbolGroup.md index 4c388e4d2..f61169d7f 100644 --- a/wpf/Diagram/Stencil/SymbolGroup/SymbolGroup.md +++ b/wpf/Diagram/Stencil/SymbolGroup/SymbolGroup.md @@ -415,4 +415,8 @@ public class StencilViewModel : Stencil ## See also -[How to expand all SymbolGroups?](https://support.syncfusion.com/kb/article/5492/how-to-expand-all-symbol-groups-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to expand all SymbolGroups?](https://support.syncfusion.com/kb/article/5492/how-to-expand-all-symbol-groups-in-wpf-diagram-sfdiagram) + +[How to group all the SymbolViewModels into the same group in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18672/how-to-group-all-the-symbolviewmodels-into-the-same-group-in-the-wpf-diagram-sfdiagram) + +[How to Change the Background Color of a Symbol in WPF SfDiagram?](https://support.syncfusion.com/kb/article/18241/how-to-change-the-background-color-of-a-symbol-in-wpf-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Themes.md b/wpf/Diagram/Themes.md index 205fdb010..78c328bd7 100644 --- a/wpf/Diagram/Themes.md +++ b/wpf/Diagram/Themes.md @@ -107,4 +107,6 @@ node.Annotations = new ObservableCollection() ## See Also -[How to apply built-in theme for node and connector?](https://support.syncfusion.com/kb/article/9995/how-to-apply-built-in-theme-for-node-and-connector-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to apply built-in theme for node and connector?](https://support.syncfusion.com/kb/article/9995/how-to-apply-built-in-theme-for-node-and-connector-in-wpf-diagram-sfdiagram) + +[How to create a custom theme using the SfDiagram Control in the WPF Diagram?](https://support.syncfusion.com/kb/article/18673/how-to-create-a-custom-theme-using-the-sfdiagram-control-in-the-wpf-diagram) \ No newline at end of file From 138a1bc9333dab6eefa7435c68f38ed7d972876c Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Wed, 15 Jan 2025 19:59:18 +0530 Subject: [PATCH 02/10] WPF-932060-Link kbs with UG --- wpf/Diagram/Annotation/DefineAnnotation.md | 6 +++- wpf/Diagram/Annotation/Events.md | 4 ++- .../Annotation/PositioningAndAppearance.md | 6 +++- .../Automatic-Layouts/Automatic-Layouts.md | 4 ++- wpf/Diagram/Commands/Command-Manager.md | 4 ++- wpf/Diagram/Commands/FitToPage.md | 4 ++- .../Connector/AppearanceAndValidation.md | 6 +++- wpf/Diagram/Connector/DefineConnector.md | 10 ++++++- wpf/Diagram/Connector/Segments/Orthogonal.md | 4 ++- wpf/Diagram/Constraints.md | 4 ++- wpf/Diagram/Container.md | 10 ++++++- wpf/Diagram/Context-Menu.md | 10 ++++++- wpf/Diagram/Diagram-Ribbon.md | 6 +++- wpf/Diagram/Group.md | 4 ++- wpf/Diagram/Interaction/Dragging/Drag.md | 6 +++- wpf/Diagram/Interaction/ZoomPan.md | 4 +++ wpf/Diagram/Node.md | 28 ++++++++++++++++++- wpf/Diagram/Port/Port.md | 4 ++- wpf/Diagram/Port/PortHoverEffect.md | 3 ++ wpf/Diagram/Printing.md | 4 ++- wpf/Diagram/Serialization.md | 6 +++- wpf/Diagram/Snapping/DefineSnapping.md | 4 ++- wpf/Diagram/Stencil/Serialization.md | 4 ++- wpf/Diagram/Stencil/Stencil.md | 10 ++++++- 24 files changed, 133 insertions(+), 22 deletions(-) diff --git a/wpf/Diagram/Annotation/DefineAnnotation.md b/wpf/Diagram/Annotation/DefineAnnotation.md index fbdef6c36..99a38cbd7 100644 --- a/wpf/Diagram/Annotation/DefineAnnotation.md +++ b/wpf/Diagram/Annotation/DefineAnnotation.md @@ -164,4 +164,8 @@ Annotations = new ObservableCollection() [How to highlight the node when selecting an annotation of the node and vice versa in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18245/how-to-highlight-the-node-when-selecting-an-annotation-of-the-node-and-vice-versa-in-the-wpf-diagram-sfdiagram) -[How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) + +[How to get parent of annotation using changed command in WPF Diagram?](https://support.syncfusion.com/kb/article/16202/how-to-get-parent-of-annotation-using-changed-command-in-wpf-diagram) + +[How to add image annotations to a node in WPF Diagram (SfDiagram) control?](https://support.syncfusion.com/kb/article/6078/how-to-add-image-annotations-to-a-node-in-wpf-diagram-sfdiagram-control) \ No newline at end of file diff --git a/wpf/Diagram/Annotation/Events.md b/wpf/Diagram/Annotation/Events.md index e05bd7db7..b9a32d3f5 100644 --- a/wpf/Diagram/Annotation/Events.md +++ b/wpf/Diagram/Annotation/Events.md @@ -56,4 +56,6 @@ private void Diagram_AnnotationChanged(object sender, ChangeEventArgs() [How to set font properties for newly added items Annotations in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18670/how-to-set-font-properties-for-newly-added-items-annotations-in-wpf-diagram-sfdiagram) -[How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) + +[How to get parent of annotation using changed command in WPF Diagram?](https://support.syncfusion.com/kb/article/16202/how-to-get-parent-of-annotation-using-changed-command-in-wpf-diagram) + +[How to change the annotation content of a node using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14962/how-to-change-the-annotation-content-of-a-node-using-context-menu-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md b/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md index 37a694275..9a3198c18 100644 --- a/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md +++ b/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md @@ -359,4 +359,6 @@ N> `Margin` is not valid for `RadialTreeLayout`. [How to update layout automatically when collection is changed?](https://support.syncfusion.com/kb/article/5857/how-to-update-layout-automatically-when-collection-is-changed-in-wpf-diagram-sfdiagram) -[How to provide MultipleParentSupport in SfDiagram layout using DataSourceSettings?](https://support.syncfusion.com/kb/article/5493/how-to-provide-multipleparentsupport-in-wpf-diagram-sfdiagram-layout-via-datasourcesettings) \ No newline at end of file +[How to provide MultipleParentSupport in SfDiagram layout using DataSourceSettings?](https://support.syncfusion.com/kb/article/5493/how-to-provide-multipleparentsupport-in-wpf-diagram-sfdiagram-layout-via-datasourcesettings) + +[How to create a custom layout in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17780/how-to-create-a-custom-layout-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Command-Manager.md b/wpf/Diagram/Commands/Command-Manager.md index 34623d5c6..2686052ab 100644 --- a/wpf/Diagram/Commands/Command-Manager.md +++ b/wpf/Diagram/Commands/Command-Manager.md @@ -100,4 +100,6 @@ diagram.CommandManager.Commands.Add(saveGesture); [How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) -[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to add a container as parent of the selected node using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17747/how-to-add-a-container-as-parent-of-the-selected-node-using-the-context-menu-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/FitToPage.md b/wpf/Diagram/Commands/FitToPage.md index d01b8796a..8226c9e1b 100644 --- a/wpf/Diagram/Commands/FitToPage.md +++ b/wpf/Diagram/Commands/FitToPage.md @@ -75,4 +75,6 @@ The [FocusArea](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Fi [How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) -[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) \ No newline at end of file +[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) + +[How to apply margin to FitToPage in WPF Diagram (SfDiagram)?]() \ No newline at end of file diff --git a/wpf/Diagram/Connector/AppearanceAndValidation.md b/wpf/Diagram/Connector/AppearanceAndValidation.md index 8b92c31ac..08f26b10a 100644 --- a/wpf/Diagram/Connector/AppearanceAndValidation.md +++ b/wpf/Diagram/Connector/AppearanceAndValidation.md @@ -699,4 +699,8 @@ Find the [Sample](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tre [How to restrict the Connector's source and target decorator from being positioned in different places in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18413/how-to-restrict-the-connectors-source-and-target-decorator-from-being-positioned-in-different-places-in-wpf-diagram-sfdiagram) -[How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) + +[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) + +[How to customize the size of the segment decorators of a Connector in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/14933/how-to-customize-the-size-of-the-segment-decorators-of-a-connector-in-wpf-diagramsfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index 67af99b04..25e47442c 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -485,4 +485,12 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) -[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file +[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) + +[How to Get the Node or Connector in the MouseMove Event in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15646/how-to-get-the-node-or-connector-in-the-mousemove-event-in-the-wpf-diagram-sfdiagram) + +[How to update the same length for connector segments in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15538/how-to-update-the-same-length-for-connector-segments-in-the-wpf-diagram-sfdiagram) + +[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) + +[How to create a quick command in WPF Diagram?](https://support.syncfusion.com/kb/article/8951/how-to-create-a-quick-command-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/Segments/Orthogonal.md b/wpf/Diagram/Connector/Segments/Orthogonal.md index 3f098b1f2..c08979448 100644 --- a/wpf/Diagram/Connector/Segments/Orthogonal.md +++ b/wpf/Diagram/Connector/Segments/Orthogonal.md @@ -169,4 +169,6 @@ N> Overlapping with Source and Target nodes are only avoided. Other nodes are no [How to detect or get notification when editing the thumbs of connector?](https://support.syncfusion.com/kb/article/9030/how-to-detect-or-get-notification-when-editing-the-thumbs-of-connector-in-wpf-diagram) -[How to avoid overlapping connector segments for the Orthogonal Connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17740/how-to-avoid-overlapping-connector-segments-for-the-orthogonal-connector-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to avoid overlapping connector segments for the Orthogonal Connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17740/how-to-avoid-overlapping-connector-segments-for-the-orthogonal-connector-in-wpf-diagram-sfdiagram) + +[How to update the same length for connector segments in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15538/how-to-update-the-same-length-for-connector-segments-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Constraints.md b/wpf/Diagram/Constraints.md index a4edb7901..558f275b0 100644 --- a/wpf/Diagram/Constraints.md +++ b/wpf/Diagram/Constraints.md @@ -446,4 +446,6 @@ In the above example, you can check whether the rotate constraints are enabled i [How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) -[How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) \ No newline at end of file +[How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) + +[How to prevent nodes from moving to a negative index when nudging in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17732/how-to-prevent-nodes-from-moving-to-a-negative-index-when-nudging-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Container.md b/wpf/Diagram/Container.md index f36f0fe34..01de73023 100644 --- a/wpf/Diagram/Container.md +++ b/wpf/Diagram/Container.md @@ -265,4 +265,12 @@ To explore about selection and selection related events, refer to the [Selection [How to prevent a container's size from updating when drawing a connector between child nodes of different containers in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18402/how-to-prevent-a-containers-size-from-updating-when-drawing-a-connector-between-child-nodes-of-different-containers-in-wpf-diagram-sfdiagram) -[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to rearrange the containers after the layout has been updated in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17749/how-to-rearrange-the-containers-after-the-layout-has-been-updated-in-wpf-diagram-sfdiagram-) + +[How to add a container as parent of the selected node using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17747/how-to-add-a-container-as-parent-of-the-selected-node-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to adjust the unit width of the Container in the WPF Diagram?](https://support.syncfusion.com/kb/article/16438/how-to-adjust-the-unit-width-of-the-container-in-the-wpf-diagram) + +[How to Restrict Node is being removed from its Parent Container when Dragging in WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15644/how-to-restrict-node-is-being-removed-from-its-parent-container-when-dragging-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Context-Menu.md b/wpf/Diagram/Context-Menu.md index 530077258..fcd83ffdc 100644 --- a/wpf/Diagram/Context-Menu.md +++ b/wpf/Diagram/Context-Menu.md @@ -127,4 +127,12 @@ void MainPage_MenuItemClickedEvent(object sender, [How to display the paste context menu only after cutting or copying nodes in a diagram in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17759/how-to-display-the-paste-context-menu-only-after-cutting-or-copying-nodes-in-a-diagram-in-wpf-diagram-sfdiagram) -[How to enable or disable custom context menu items based on a node's selection in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17784/how-to-enable-or-disable-custom-context-menu-items-based-on-a-nodes-selection-in-wpf-diagram-sfdiagram-) \ No newline at end of file +[How to enable or disable custom context menu items based on a node's selection in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17784/how-to-enable-or-disable-custom-context-menu-items-based-on-a-nodes-selection-in-wpf-diagram-sfdiagram-) + +[How to add a container as parent of the selected node using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17747/how-to-add-a-container-as-parent-of-the-selected-node-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to set a shortcut key for menu items in the Context Menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14975/how-to-set-a-shortcut-key-for-menu-items-in-the-context-menu-in-wpf-diagram-sfdiagram) + +[How to change the annotation content of a node using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14962/how-to-change-the-annotation-content-of-a-node-using-context-menu-in-wpf-diagram-sfdiagram) + +[How to implement color palette functionality using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14963/how-to-implement-color-palette-functionality-using-context-menu-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Diagram-Ribbon.md b/wpf/Diagram/Diagram-Ribbon.md index 2134851c9..7b5b1a0e2 100644 --- a/wpf/Diagram/Diagram-Ribbon.md +++ b/wpf/Diagram/Diagram-Ribbon.md @@ -302,4 +302,8 @@ private void DiagramRibbon_Loaded(object sender, RoutedEventArgs e) ## See Also [How to change the visibility of the BackStageButton in the SfDiagramRibbon control?](https://support.syncfusion.com/kb/article/18414/how-to-change-the-visibility-of-the-backstagebutton-in-the-sfdiagramribbon-control) -[How to change the background color of the diagram using the color picker in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18351/how-to-change-the-background-color-of-the-diagram-using-the-color-picker-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to change the background color of the diagram using the color picker in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18351/how-to-change-the-background-color-of-the-diagram-using-the-color-picker-in-wpf-diagram-sfdiagram) + +[How to modify the Save and Open commands in both the Quick Access Toolbar and the Backstage items of the SfDiagramRibbon control?](https://support.syncfusion.com/kb/article/17754/how-to-modify-the-save-and-open-commands-in-both-the-quick-access-toolbar-and-the-backstage-items-of-the-sfdiagramribbon-control) + +[How to add or insert a new Ribbon Bar in an existing Ribbon Tab at a specified position in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14979/how-to-add-or-insert-a-new-ribbon-bar-in-an-existing-ribbon-tab-at-a-specified-position-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Group.md b/wpf/Diagram/Group.md index d05b0cb9d..ade13d502 100644 --- a/wpf/Diagram/Group.md +++ b/wpf/Diagram/Group.md @@ -70,4 +70,6 @@ You can edit the Group and its children at runtime. For more information about h [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) -[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) \ No newline at end of file +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) + +[How to create a quick command in WPF Diagram?](https://support.syncfusion.com/kb/article/8951/how-to-create-a-quick-command-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index ee483cfc2..9b10e6793 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -129,4 +129,8 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) -[How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) + +[How to Restrict Node is being removed from its Parent Container when Dragging in WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15644/how-to-restrict-node-is-being-removed-from-its-parent-container-when-dragging-in-wpf-diagram-sfdiagram) + +[How to avoid the node clipping while export in the WPF Diagram?](https://support.syncfusion.com/kb/article/15536/how-to-avoid-the-node-clipping-while-export-in-the-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/ZoomPan.md b/wpf/Diagram/Interaction/ZoomPan.md index e33fbb675..11393d1bb 100644 --- a/wpf/Diagram/Interaction/ZoomPan.md +++ b/wpf/Diagram/Interaction/ZoomPan.md @@ -32,3 +32,7 @@ documentation: ug [How to achieve zoom in or zoom out functionality to ports?](https://support.syncfusion.com/kb/article/10002/how-to-achieve-zoom-in-or-zoom-out-functionality-to-ports-in-wpf-diagram-sfdiagram) [How to get notification when zooming and panning the diagram page?](https://support.syncfusion.com/kb/article/5470/how-to-get-notification-when-zooming-and-panning-the-wpf-diagram-sfdiagram) + +[How to Use the Mouse Middle Button for Pan and Middle Button Scroll for Zoom in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15645/how-to-use-the-mouse-middle-button-for-pan-and-middle-button-scroll-for-zoom-in-wpf-diagram-sfdiagram) + +[How to do Panning in all the directions at a time in WPF Diagram?](https://support.syncfusion.com/kb/article/5874/how-to-do-panning-in-all-the-directions-at-a-time-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index 534fc4023..e517e6c54 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -833,4 +833,30 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to set the rotation angle for a node based on the angle of the connector decorator's shape in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17744/how-to-set-the-rotation-angle-for-a-node-based-on-the-angle-of-the-connector-decorators-shape-in-wpf-diagram-sfdiagram) -[How to set the semi-transparent color to Nodes in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17882/how-to-set-the-semi-transparent-color-to-nodes-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to set the semi-transparent color to Nodes in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17882/how-to-set-the-semi-transparent-color-to-nodes-in-the-wpf-diagram-sfdiagram) + +[How to update the ShapeStyle of the selected node at runtime in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17728/how-to-update-the-shapestyle-of-the-selected-node-at-runtime-in-wpf-diagram-sfdiagram-) + +[How to add a container as parent of the selected node using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17747/how-to-add-a-container-as-parent-of-the-selected-node-using-the-context-menu-in-the-wpf-diagram-sfdiagram) + +[How to prevent nodes from moving to a negative index when nudging in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17732/how-to-prevent-nodes-from-moving-to-a-negative-index-when-nudging-in-wpf-diagram-sfdiagram) + +[How to clone the NodeViewModel in SfDiagram?](https://support.syncfusion.com/kb/article/17763/how-to-clone-the-nodeviewmodel-in-sfdiagram) + +[How to apply styles to nodes based on key values in the WPF Diagram?](https://support.syncfusion.com/kb/article/16203/how-to-apply-styles-to-nodes-based-on-key-values-in-the-wpf-diagram) + +[How to Get the Node or Connector in the MouseMove Event in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15646/how-to-get-the-node-or-connector-in-the-mousemove-event-in-the-wpf-diagram-sfdiagram) + +[How to Restrict Node is being removed from its Parent Container when Dragging in WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15644/how-to-restrict-node-is-being-removed-from-its-parent-container-when-dragging-in-wpf-diagram-sfdiagram) + +[How to avoid the node clipping while export in the WPF Diagram?](https://support.syncfusion.com/kb/article/15536/how-to-avoid-the-node-clipping-while-export-in-the-wpf-diagram) + +[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) + +[How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) + +[How to create a quick command in WPF Diagram?](https://support.syncfusion.com/kb/article/8951/how-to-create-a-quick-command-in-wpf-diagram) + +[How to notify state of operation performed on node in WPF Diagram?](https://support.syncfusion.com/kb/article/5523/how-to-notify-state-of-operation-performed-on-node-in-wpf-diagram) + +[How to remove all its children when deleting a parent node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10027/how-to-remove-all-its-children-when-deleting-a-parent-node-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index 2a5e2672f..ca86e16ee 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -558,4 +558,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to change the source and target ports of the connector at runtime in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18302/how-to-change-the-source-and-target-ports-of-the-connector-at-runtime-in-the-wpf-diagram-sfdiagram) -[How to display only the ports of the same color in the target node based on the source node's port color in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17723/how-to-display-only-the-ports-of-the-same-color-in-the-target-node-based-on-the-source-nodes-port-color-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to display only the ports of the same color in the target node based on the source node's port color in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17723/how-to-display-only-the-ports-of-the-same-color-in-the-target-node-based-on-the-source-nodes-port-color-in-wpf-diagram-sfdiagram) + +[How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Port/PortHoverEffect.md b/wpf/Diagram/Port/PortHoverEffect.md index 82b8878d9..11d3744ef 100644 --- a/wpf/Diagram/Port/PortHoverEffect.md +++ b/wpf/Diagram/Port/PortHoverEffect.md @@ -35,3 +35,6 @@ diagram.PortHoverEffect = PortHoverEffect.Ripple; | Shrink |![shrink diagram](Port_images/ShrinkAnimation.gif) | | FilledRipple |![Filled Ripple](Port_images/FilledRippleAnimation.gif) | | None | Connection animation effect does not appear. | + +## See Also +[How to change the PortHover effect color in the WPF Diagram?](https://support.syncfusion.com/kb/article/17720/how-to-change-the-porthover-effect-color-in-the-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Printing.md b/wpf/Diagram/Printing.md index d408d84b9..a5e8153cc 100644 --- a/wpf/Diagram/Printing.md +++ b/wpf/Diagram/Printing.md @@ -398,4 +398,6 @@ diagram.PrintingService.ShowClassicPrintPreview(); [How to show classic print preview?](https://support.syncfusion.com/kb/article/8186/how-to-show-classic-print-preview-in-wpf-diagram-sfdiagram) -[How to enable the Print Properties option in the Print dialog in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18697/how-to-enable-the-print-properties-option-in-the-print-dialog-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable the Print Properties option in the Print dialog in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18697/how-to-enable-the-print-properties-option-in-the-print-dialog-in-wpf-diagram-sfdiagram) + +[How to ignore empty pages while printing the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8537/how-to-ignore-empty-pages-while-printing-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Serialization.md b/wpf/Diagram/Serialization.md index 08e47498c..13ea0545b 100644 --- a/wpf/Diagram/Serialization.md +++ b/wpf/Diagram/Serialization.md @@ -256,4 +256,8 @@ N> Mermaid syntax data serialization and deserialization are only supported for [How to change the color of a node in the stencil and diagram while loading a saved file in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18669/how-to-change-the-color-of-a-node-in-the-stencil-and-diagram-while-loading-a-saved-file-in-wpf-diagramsfdiagram) -[How to serialize the LinearGradientBrush type as a Fill value in the ShapeStyle of a Node in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18058/how-to-serialize-the-lineargradientbrush-type-as-a-fill-value-in-the-shapestyle-of-a-node-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to serialize the LinearGradientBrush type as a Fill value in the ShapeStyle of a Node in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18058/how-to-serialize-the-lineargradientbrush-type-as-a-fill-value-in-the-shapestyle-of-a-node-in-the-wpf-diagram-sfdiagram) + +[How to serialize and deserialize the image nodes in WPF Diagram( SfDiagram) ?](https://support.syncfusion.com/kb/article/17743/how-to-serialize-and-deserialize-the-image-nodes-in-wpf-diagram-sfdiagram-) + +[How to serialize multiple diagram pages in WPF Diagram?](https://support.syncfusion.com/kb/article/16204/how-to-serialize-multiple-diagram-pages-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Snapping/DefineSnapping.md b/wpf/Diagram/Snapping/DefineSnapping.md index d033926a8..7d22d0e36 100644 --- a/wpf/Diagram/Snapping/DefineSnapping.md +++ b/wpf/Diagram/Snapping/DefineSnapping.md @@ -153,4 +153,6 @@ Find the [Snapping sample](https://github.com/SyncfusionExamples/WPF-Diagram-Exa ## See Also -[How to enable snapping in diagram?](https://support.syncfusion.com/kb/article/5908/how-to-enable-snapping-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable snapping in diagram?](https://support.syncfusion.com/kb/article/5908/how-to-enable-snapping-in-wpf-diagram-sfdiagram) + +[How to enable the snapping lines only for nodes in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15540/how-to-enable-the-snapping-lines-only-for-nodes-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/Serialization.md b/wpf/Diagram/Stencil/Serialization.md index e1e6fae65..51d367421 100644 --- a/wpf/Diagram/Stencil/Serialization.md +++ b/wpf/Diagram/Stencil/Serialization.md @@ -113,4 +113,6 @@ if (dialog.ShowDialog() == true) ## See Also [How to change the color of a node in the stencil and diagram while loading a saved file in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18669/how-to-change-the-color-of-a-node-in-the-stencil-and-diagram-while-loading-a-saved-file-in-wpf-diagramsfdiagram) -[How to serialize the LinearGradientBrush type as a Fill value in the ShapeStyle of a Node in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18058/how-to-serialize-the-lineargradientbrush-type-as-a-fill-value-in-the-shapestyle-of-a-node-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to serialize the LinearGradientBrush type as a Fill value in the ShapeStyle of a Node in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18058/how-to-serialize-the-lineargradientbrush-type-as-a-fill-value-in-the-shapestyle-of-a-node-in-the-wpf-diagram-sfdiagram) + +[How to serialize and deserialize the image nodes in WPF Diagram( SfDiagram) ?](https://support.syncfusion.com/kb/article/17743/how-to-serialize-and-deserialize-the-image-nodes-in-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/Stencil.md b/wpf/Diagram/Stencil/Stencil.md index 0ea87a9ce..6b81f905f 100644 --- a/wpf/Diagram/Stencil/Stencil.md +++ b/wpf/Diagram/Stencil/Stencil.md @@ -395,4 +395,12 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to drag and drop both default and custom node from the stencil into the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18459/how-to-drag-and-drop-both-default-and-custom-node-from-the-stencil-into-the-wpf-diagram-sfdiagram) -[How to enable/disable the Stencil symbol in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17888/how-to-enabledisable-the-stencil-symbol-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable/disable the Stencil symbol in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17888/how-to-enabledisable-the-stencil-symbol-in-wpf-diagram-sfdiagram) + +[How to avoid the node clipping while export in the WPF Diagram?](https://support.syncfusion.com/kb/article/15536/how-to-avoid-the-node-clipping-while-export-in-the-wpf-diagram) + +[How to Achieve the Stencil Preview Effect Without Dragging a Symbol in the WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15537/how-to-achieve-the-stencil-preview-effect-without-dragging-a-symbol-in-the-wpf-diagram-sfdiagram) + +[How to refresh stencil with new collection or symbol in WPF Diagram?](https://support.syncfusion.com/kb/article/8714/how-to-refresh-stencil-with-new-collection-or-symbol-in-wpf-diagram) + +[How to create the WPF Diagram (SfDiagram) with stencil?](https://support.syncfusion.com/kb/article/8908/how-to-create-the-wpf-diagram-sfdiagram-with-stencil) \ No newline at end of file From e891f15487d3679291d4c6d983a7b935c2acbb57 Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Thu, 16 Jan 2025 11:05:20 +0530 Subject: [PATCH 03/10] WPF-932060-Link KBs with UG --- wpf/Diagram/Annotation/PositioningAndAppearance.md | 1 - wpf/Diagram/Container.md | 2 +- wpf/Diagram/Scroll-Settings/ScrollLimit.md | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wpf/Diagram/Annotation/PositioningAndAppearance.md b/wpf/Diagram/Annotation/PositioningAndAppearance.md index e539c3b42..c7016ff3f 100644 --- a/wpf/Diagram/Annotation/PositioningAndAppearance.md +++ b/wpf/Diagram/Annotation/PositioningAndAppearance.md @@ -576,7 +576,6 @@ Annotations = new ObservableCollection() [How to set font properties for newly added items Annotations in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18670/how-to-set-font-properties-for-newly-added-items-annotations-in-wpf-diagram-sfdiagram) - [How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) [How to get parent of annotation using changed command in WPF Diagram?](https://support.syncfusion.com/kb/article/16202/how-to-get-parent-of-annotation-using-changed-command-in-wpf-diagram) diff --git a/wpf/Diagram/Container.md b/wpf/Diagram/Container.md index 01de73023..d70dd1e1e 100644 --- a/wpf/Diagram/Container.md +++ b/wpf/Diagram/Container.md @@ -263,7 +263,7 @@ To explore about selection and selection related events, refer to the [Selection ## See Also [How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) -[How to prevent a container's size from updating when drawing a connector between child nodes of different containers in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18402/how-to-prevent-a-containers-size-from-updating-when-drawing-a-connector-between-child-nodes-of-different-containers-in-wpf-diagram-sfdiagram) +[How to prevent a containers size from updating when drawing a connector between child nodes of different containers in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18402/how-to-prevent-a-containers-size-from-updating-when-drawing-a-connector-between-child-nodes-of-different-containers-in-wpf-diagram-sfdiagram) [How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Scroll-Settings/ScrollLimit.md b/wpf/Diagram/Scroll-Settings/ScrollLimit.md index 2834b66b9..0904d9a83 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -94,4 +94,6 @@ diagram.ScrollSettings = new ScrollSettings() [How to stop infinite scrolling?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) \ No newline at end of file +[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) + +[How to stop infinite scrolling in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) \ No newline at end of file From aa9ae762d5abef99a0a03091338251e94662c69e Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Fri, 17 Jan 2025 12:24:12 +0530 Subject: [PATCH 04/10] WPF-934460-Link KB with UG 2 --- wpf/Diagram/Annotation/DefineAnnotation.md | 4 +++- .../Automatic-Layouts/Automatic-Layouts.md | 8 ++++++- wpf/Diagram/Commands/UndoRedo.md | 4 ++++ wpf/Diagram/Connector/DefineConnector.md | 6 +++++- wpf/Diagram/Constraints.md | 5 ++++- wpf/Diagram/Context-Menu.md | 9 +++++++- wpf/Diagram/Interaction/Dragging/Drag.md | 6 +++++- wpf/Diagram/Interaction/Selection.md | 4 +++- wpf/Diagram/Node.md | 21 ++++++++++++++++++- wpf/Diagram/Port/Port.md | 4 +++- wpf/Diagram/Swimlane/Swimlane.md | 3 +++ 11 files changed, 65 insertions(+), 9 deletions(-) diff --git a/wpf/Diagram/Annotation/DefineAnnotation.md b/wpf/Diagram/Annotation/DefineAnnotation.md index 81ed054ce..7809059ef 100644 --- a/wpf/Diagram/Annotation/DefineAnnotation.md +++ b/wpf/Diagram/Annotation/DefineAnnotation.md @@ -158,4 +158,6 @@ Annotations = new ObservableCollection() [How to restrict annotation editing by double-clicking the node or connector?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) -[How to programmatically Show/Hide the Annotations of node and connector?](https://support.syncfusion.com/kb/article/6281/how-to-programmatically-showhide-annotations-in-wpf-diagram-) \ No newline at end of file +[How to programmatically Show/Hide the Annotations of node and connector?](https://support.syncfusion.com/kb/article/6281/how-to-programmatically-showhide-annotations-in-wpf-diagram-) +[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) + diff --git a/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md b/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md index 37a694275..a50d5a253 100644 --- a/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md +++ b/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md @@ -359,4 +359,10 @@ N> `Margin` is not valid for `RadialTreeLayout`. [How to update layout automatically when collection is changed?](https://support.syncfusion.com/kb/article/5857/how-to-update-layout-automatically-when-collection-is-changed-in-wpf-diagram-sfdiagram) -[How to provide MultipleParentSupport in SfDiagram layout using DataSourceSettings?](https://support.syncfusion.com/kb/article/5493/how-to-provide-multipleparentsupport-in-wpf-diagram-sfdiagram-layout-via-datasourcesettings) \ No newline at end of file +[How to provide MultipleParentSupport in SfDiagram layout using DataSourceSettings?](https://support.syncfusion.com/kb/article/5493/how-to-provide-multipleparentsupport-in-wpf-diagram-sfdiagram-layout-via-datasourcesettings) + +[How to generate tree like diagram with nested objects in WPF ?](https://support.syncfusion.com/kb/article/3478/how-to-generate-tree-like-diagram-with-nested-objects-in-wpf-) + +[How to drag and drop elements from treeview in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9277/how-to-drag-and-drop-elements-from-treeview-in-wpf-diagram-sfdiagram) + +[How to do Expand/Collapse for MultiParent Layout in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11417/how-to-do-expand-collapse-for-multiparent-layout-in-wpf-diagramsfdiagram) diff --git a/wpf/Diagram/Commands/UndoRedo.md b/wpf/Diagram/Commands/UndoRedo.md index ca7da099c..1e94c351e 100644 --- a/wpf/Diagram/Commands/UndoRedo.md +++ b/wpf/Diagram/Commands/UndoRedo.md @@ -42,3 +42,7 @@ graphinfo.Commands.Redo.Execute(null); ![Undo Redo gif](Commands_Images/Commands_img16.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Undo%20Redo) + +## See Also +[How to enable Undo/Redo feature in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/11090/how-to-enable-undo-redo-feature-in-wpf-diagram-sfdiagram) + diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index 21a7e3a57..181bfeb92 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -467,4 +467,8 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to add space between connector decorator and node?](https://support.syncfusion.com/kb/article/5448/how-to-add-space-between-decorator-and-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) \ No newline at end of file +[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) + +[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) + +[How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) diff --git a/wpf/Diagram/Constraints.md b/wpf/Diagram/Constraints.md index a4edb7901..0ce1a59e0 100644 --- a/wpf/Diagram/Constraints.md +++ b/wpf/Diagram/Constraints.md @@ -446,4 +446,7 @@ In the above example, you can check whether the rotate constraints are enabled i [How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) -[How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) \ No newline at end of file +[How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) + +[How to enable Undo/Redo feature in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/11090/how-to-enable-undo-redo-feature-in-wpf-diagram-sfdiagram) + diff --git a/wpf/Diagram/Context-Menu.md b/wpf/Diagram/Context-Menu.md index 6b79e9f68..9691d73f0 100644 --- a/wpf/Diagram/Context-Menu.md +++ b/wpf/Diagram/Context-Menu.md @@ -117,4 +117,11 @@ void MainPage_MenuItemClickedEvent(object sender, [How to display images, image URI and shapes for menu items icon?](https://support.syncfusion.com/kb/article/13009/how-to-display-images-image-uri-and-shapes-for-menu-items-icon-in-wpf-diagram) -s[How to add icon to context menu item?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add icon to context menu item?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) + +[How to display images, image URI and shapes for menu items icon in WPF Diagram?](https://support.syncfusion.com/kb/article/13009/how-to-display-images-image-uri-and-shapes-for-menu-items-icon-in-wpf-diagram) + +[How to enable or disable QuickCommands in WPF Diagram?](https://support.syncfusion.com/kb/article/5902/how-to-enable-or-disable-quickcommands-in-wpf-diagram) + +[How to add icon to context menu item in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) + diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index ee483cfc2..7c464d793 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -129,4 +129,8 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) -[How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) + +[How to drag and drop different shapes from SfTreeView to WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10960/how-to-drag-and-drop-different-shapes-from-sftreeview-to-wpf-diagram-sfdiagram) + +[How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index 9aa45a3df..7167be004 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -185,4 +185,6 @@ Diagram control provides support to change the selection handle display mode of [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) \ No newline at end of file +[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) + +[How to customize the appearance of the selector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10605/how-to-customize-the-appearance-of-the-selector-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index 1096a75a6..36cd9af24 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -813,4 +813,23 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to get base node interface while dropping a symbol from stencil?](https://support.syncfusion.com/kb/article/5494/how-to-get-base-node-interface-while-dropping-a-symbol-from-stencil-to-wpf-diagram) -[How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) + +[How to arrange the Nodes in Circular(Radial) mode in WPF Diagram?](https://support.syncfusion.com/kb/article/3342/how-to-arrange-the-nodes-in-circularradial-mode-in-wpf-diagram) + +[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) + +[How to hide specific default QuickCommands of node in WPF Diagram?](https://support.syncfusion.com/kb/article/11519/how-to-hide-specific-default-quickcommands-of-node-in-wpf-diagram) + +[How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) + +[How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) + +[How to serialize Content and ContentTemplate properties of a Node in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11574/how-to-serialize-content-and-contenttemplate-properties-of-a-node-in-wpf-diagramsfdiagram) + +[How to use ContentTemplateSelector based on the Content of the Node?](https://support.syncfusion.com/kb/article/11398/how-to-use-contenttemplateselector-based-on-the-content-of-the-node) + +[How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) + +[How to create filled PolyLine Node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) + diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index 4ed260da2..f7d211cb0 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -554,4 +554,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to achieve zoom in or zoom out functionality to ports?](https://support.syncfusion.com/kb/article/10002/how-to-achieve-zoom-in-or-zoom-out-functionality-to-ports-in-wpf-diagram-sfdiagram) -[How to add port to the connector?](https://support.syncfusion.com/kb/article/5939/how-to-add-port-to-the-connector-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add port to the connector?](https://support.syncfusion.com/kb/article/5939/how-to-add-port-to-the-connector-in-wpf-diagram-sfdiagram) + +[How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) diff --git a/wpf/Diagram/Swimlane/Swimlane.md b/wpf/Diagram/Swimlane/Swimlane.md index 541bba07b..269558543 100644 --- a/wpf/Diagram/Swimlane/Swimlane.md +++ b/wpf/Diagram/Swimlane/Swimlane.md @@ -322,3 +322,6 @@ Swimlane can be selected by clicking (tap) the header of the swimlane. Please find the swimlane sample as follows. [View Swimlane sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Swimlane/Swimlane-Sample) + +## See Also +[How to restrict node’s dragging from native lane to other lanes in WPF diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11744/how-to-restrict-nodes-dragging-from-native-lane-to-other-lanes-in-wpf-diagramsfdiagram) \ No newline at end of file From 897db331040d32f9d39fe526beed7e8432810b77 Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Fri, 17 Jan 2025 17:38:07 +0530 Subject: [PATCH 05/10] WPF-934460-Link_KBs With UG 2 --- wpf/Diagram/Commands/Clipboard.md | 2 ++ wpf/Diagram/Connector/DefineConnector.md | 8 +++++++- wpf/Diagram/Connector/SelectionAndDragging.md | 6 ++++-- wpf/Diagram/Constraints.md | 3 +-- wpf/Diagram/Group.md | 2 ++ wpf/Diagram/Interaction/Dragging/Drag.md | 6 +++++- wpf/Diagram/Interaction/Selection.md | 2 -- wpf/Diagram/Node.md | 3 +++ wpf/Diagram/Port/Port.md | 2 ++ wpf/Diagram/Scroll-Settings/ScrollLimit.md | 2 +- wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md | 4 +++- wpf/Diagram/Swimlane/Swimlane.md | 4 +++- wpf/Diagram/Tools.md | 6 +++--- wpf/Diagram/UndoRedo.md | 4 +++- 14 files changed, 39 insertions(+), 15 deletions(-) diff --git a/wpf/Diagram/Commands/Clipboard.md b/wpf/Diagram/Commands/Clipboard.md index 09bba3b93..ebfabb013 100644 --- a/wpf/Diagram/Commands/Clipboard.md +++ b/wpf/Diagram/Commands/Clipboard.md @@ -102,3 +102,5 @@ graphinfo.Commands.Duplicate.Execute(null); ![Clipboard gif](Commands_Images/Commands_img11.gif) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Clipboard%20commands) + +[How to disable or override clipboard support](https://support.syncfusion.com/kb/article/9010/how-to-disable-or-override-clipboard-support) \ No newline at end of file diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index 181bfeb92..ad154a403 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -441,7 +441,7 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to restrict Connector's source/target changing from native Nodes to other Nodes?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) @@ -472,3 +472,9 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) [How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) + +[How to generate Layout with DataSource as NodeViewModel instead of business object class in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10187/how-to-generate-layout-with-datasource-as-nodeviewmodel-instead-of-business-object-class-in) + +[How to change the connector style based on its SourcePort style in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18851/how-to-change-the-connector-style-based-on-its-sourceport-style-in-wpf-diagram-sfdiagram) + +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/SelectionAndDragging.md b/wpf/Diagram/Connector/SelectionAndDragging.md index c750478e0..3bfb6aa46 100644 --- a/wpf/Diagram/Connector/SelectionAndDragging.md +++ b/wpf/Diagram/Connector/SelectionAndDragging.md @@ -175,8 +175,10 @@ Find the [Connector interactions sample](https://github.com/SyncfusionExamples/W [How to bring the specific diagram object to the center or viewport of the Diagram?](https://support.syncfusion.com/kb/article/8390/how-to-bring-the-specific-object-to-the-center-or-viewport-of-the-diagram-in-wpf) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) -[How to decide whether to drag or draw a connection on port at runtime?](https://support.syncfusion.com/kb/article/8538/how-to-decide-whether-to-drag-or-draw-a-connection-on-port-at-runtime-in-the-wpf-diagram) \ No newline at end of file +[How to decide whether to drag or draw a connection on port at runtime?](https://support.syncfusion.com/kb/article/8538/how-to-decide-whether-to-drag-or-draw-a-connection-on-port-at-runtime-in-the-wpf-diagram) + +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Constraints.md b/wpf/Diagram/Constraints.md index 0ce1a59e0..e0a3f2cde 100644 --- a/wpf/Diagram/Constraints.md +++ b/wpf/Diagram/Constraints.md @@ -442,11 +442,10 @@ In the above example, you can check whether the rotate constraints are enabled i [How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) -[How to enable Undo/Redo feature for Diagram?](https://support.syncfusion.com/kb/article/11090/how-to-enable-undo-redo-feature-in-wpf-diagram-sfdiagram) - [How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) [How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) [How to enable Undo/Redo feature in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/11090/how-to-enable-undo-redo-feature-in-wpf-diagram-sfdiagram) +[How to enable undo or redo in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/5471/how-to-enable-undo-or-redo-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Group.md b/wpf/Diagram/Group.md index 6ec8026e9..15749cdee 100644 --- a/wpf/Diagram/Group.md +++ b/wpf/Diagram/Group.md @@ -69,3 +69,5 @@ You can edit the Group and its children at runtime. For more information about h [How to restrict the child node dragging whereas allow group dragging?](https://www.syncfusion.com/kb/11462/how-to-restrict-the-child-node-dragging-whereas-allow-group-dragging-in-wpf) [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) + +[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index 7c464d793..f349aae99 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -127,10 +127,14 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to create filled PolyLine Node?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) [How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) [How to drag and drop different shapes from SfTreeView to WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10960/how-to-drag-and-drop-different-shapes-from-sftreeview-to-wpf-diagram-sfdiagram) [How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) + +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) + +[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index 7167be004..ab6fe05d7 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -181,8 +181,6 @@ Diagram control provides support to change the selection handle display mode of [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) -[How to customize the Selection behavior?](https://support.syncfusion.com/kb/article/6761/how-to-customize-the-selection-behavior-in-wpf-diagram-sfdiagram) - [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) [How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index 36cd9af24..e6d343cbb 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -833,3 +833,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to create filled PolyLine Node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) +[How to generate Layout with DataSource as NodeViewModel instead of business object class in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10187/how-to-generate-layout-with-datasource-as-nodeviewmodel-instead-of-business-object-class-in) + +[How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index f7d211cb0..fcd07cf93 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -557,3 +557,5 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to add port to the connector?](https://support.syncfusion.com/kb/article/5939/how-to-add-port-to-the-connector-in-wpf-diagram-sfdiagram) [How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) + +[How to change the connector style based on its SourcePort style in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18851/how-to-change-the-connector-style-based-on-its-sourceport-style-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollLimit.md b/wpf/Diagram/Scroll-Settings/ScrollLimit.md index 2834b66b9..a20844f3c 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -94,4 +94,4 @@ diagram.ScrollSettings = new ScrollSettings() [How to stop infinite scrolling?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) \ No newline at end of file +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md index b1c571b13..26a81e3ed 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md +++ b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md @@ -104,4 +104,6 @@ Find the [Scroll Settings sample](https://github.com/SyncfusionExamples/WPF-Diag [How to stop infinite scrolling in diagram?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) + +[How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Swimlane/Swimlane.md b/wpf/Diagram/Swimlane/Swimlane.md index 269558543..9e6c66468 100644 --- a/wpf/Diagram/Swimlane/Swimlane.md +++ b/wpf/Diagram/Swimlane/Swimlane.md @@ -324,4 +324,6 @@ Please find the swimlane sample as follows. [View Swimlane sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Swimlane/Swimlane-Sample) ## See Also -[How to restrict node’s dragging from native lane to other lanes in WPF diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11744/how-to-restrict-nodes-dragging-from-native-lane-to-other-lanes-in-wpf-diagramsfdiagram) \ No newline at end of file +[How to restrict node’s dragging from native lane to other lanes in WPF diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11744/how-to-restrict-nodes-dragging-from-native-lane-to-other-lanes-in-wpf-diagramsfdiagram) + +[How to render the Swimlane at the top-left corner of the diagram in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18841/how-to-render-the-swimlane-at-the-top-left-corner-of-the-diagram-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Tools.md b/wpf/Diagram/Tools.md index 77d2a7be6..9ae0541de 100644 --- a/wpf/Diagram/Tools.md +++ b/wpf/Diagram/Tools.md @@ -359,8 +359,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Exa [How to override the default cursors while interaction?](https://www.syncfusion.com/kb/11407/how-to-override-the-default-cursors-while-interaction-in-wpf-diagramsfdiagram) -[How to switch between tools at runtime through the SetTool?](https://support.syncfusion.com/kb/article/9943/how-to-switch-between-tools-at-runtime-through-the-settool-in-wpf-diagram-sfdiagram) - [How to create port at runtime through set tool?](https://support.syncfusion.com/kb/article/9967/how-to-create-port-at-runtime-through-set-tool-in-wpf-diagram-sfdiagram) -[How to draw nodes in diagram?](https://support.syncfusion.com/kb/article/5989/how-to-draw-node-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to draw nodes in diagram?](https://support.syncfusion.com/kb/article/5989/how-to-draw-node-in-wpf-diagram-sfdiagram) + +[How to switch between tools at runtime through the SetTool in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9943/how-to-switch-between-tools-at-runtime-through-the-settool-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/UndoRedo.md b/wpf/Diagram/UndoRedo.md index 78e01f71b..c205b6346 100644 --- a/wpf/Diagram/UndoRedo.md +++ b/wpf/Diagram/UndoRedo.md @@ -514,4 +514,6 @@ private void Diagram_NodeChangedEvent(object sender, ChangeEventArgs Date: Wed, 22 Jan 2025 17:18:57 +0530 Subject: [PATCH 06/10] WPF-932060-Link KB's with UG 2 --- wpf/Diagram/Annotation/PositioningAndAppearance.md | 2 -- wpf/Diagram/Commands/Alignment.md | 5 +---- wpf/Diagram/Commands/Command-Manager.md | 8 +------- wpf/Diagram/Commands/Delete.md | 5 +---- wpf/Diagram/Commands/EditandFormatText.md | 5 +---- wpf/Diagram/Commands/ExpandCollapse.md | 5 +---- wpf/Diagram/Commands/FitToPage.md | 6 +----- wpf/Diagram/Commands/Flip.md | 5 +---- wpf/Diagram/Commands/Grouping.md | 5 +---- wpf/Diagram/Commands/Nudge.md | 5 +---- wpf/Diagram/Commands/Rotate.md | 5 +---- wpf/Diagram/Commands/SelectByType.md | 5 +---- wpf/Diagram/Commands/SelectTool.md | 5 +---- wpf/Diagram/Commands/SetShapeStyle.md | 5 +---- wpf/Diagram/Commands/Sizing.md | 5 +---- wpf/Diagram/Commands/Spacing.md | 5 +---- wpf/Diagram/Commands/UndoRedo.md | 5 +---- wpf/Diagram/Commands/Z-Order.md | 5 +---- wpf/Diagram/Commands/Zoom.md | 2 -- wpf/Diagram/Connector/DefineConnector.md | 6 +----- wpf/Diagram/Connector/Segments/Orthogonal.md | 4 +++- wpf/Diagram/Exporting.md | 2 ++ wpf/Diagram/Getting-Started.md | 4 +++- wpf/Diagram/Group.md | 4 +--- wpf/Diagram/Interaction/Dragging/Drag.md | 2 +- wpf/Diagram/Interaction/Selection.md | 4 +--- wpf/Diagram/Node.md | 2 -- wpf/Diagram/Scroll-Settings/ScrollLimit.md | 2 -- wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md | 1 - wpf/Diagram/Stencil/Stencil.md | 2 -- 30 files changed, 29 insertions(+), 97 deletions(-) diff --git a/wpf/Diagram/Annotation/PositioningAndAppearance.md b/wpf/Diagram/Annotation/PositioningAndAppearance.md index c7016ff3f..f3cf05a19 100644 --- a/wpf/Diagram/Annotation/PositioningAndAppearance.md +++ b/wpf/Diagram/Annotation/PositioningAndAppearance.md @@ -578,6 +578,4 @@ Annotations = new ObservableCollection() [How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) -[How to get parent of annotation using changed command in WPF Diagram?](https://support.syncfusion.com/kb/article/16202/how-to-get-parent-of-annotation-using-changed-command-in-wpf-diagram) - [How to change the annotation content of a node using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14962/how-to-change-the-annotation-content-of-a-node-using-context-menu-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Alignment.md b/wpf/Diagram/Commands/Alignment.md index 029b3768a..b7fcb8307 100644 --- a/wpf/Diagram/Commands/Alignment.md +++ b/wpf/Diagram/Commands/Alignment.md @@ -141,7 +141,4 @@ graphinfo.Commands.AlignCenter.Execute(null); ![Gif for Align commands](Commands_Images/Commands_img2.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Alignment%20Commands) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Alignment%20Commands) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Command-Manager.md b/wpf/Diagram/Commands/Command-Manager.md index 2686052ab..423e74273 100644 --- a/wpf/Diagram/Commands/Command-Manager.md +++ b/wpf/Diagram/Commands/Command-Manager.md @@ -96,10 +96,4 @@ diagram.CommandManager.Commands.Add(saveGesture); [How to map the custom commands to existing gestures (keyboard shortcuts and mouse)?](https://support.syncfusion.com/kb/article/8709/how-to-map-the-custom-commands-to-existing-gestures-keyboard-shortcuts-and-mouse-in-wpf) -[How to add a custom gesture command in the WPF Diagram (SfDiagram )?](https://support.syncfusion.com/kb/article/18237/how-to-add-a-custom-gesture-command-in-the-wpf-diagram-sfdiagram-) - -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) - -[How to add a node as a child of a container using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18053/how-to-add-a-node-as-a-child-of-a-container-using-the-context-menu-in-the-wpf-diagram-sfdiagram) - -[How to add a container as parent of the selected node using the context menu in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17747/how-to-add-a-container-as-parent-of-the-selected-node-using-the-context-menu-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to add a custom gesture command in the WPF Diagram (SfDiagram )?](https://support.syncfusion.com/kb/article/18237/how-to-add-a-custom-gesture-command-in-the-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Delete.md b/wpf/Diagram/Commands/Delete.md index 71952ddca..4cbaa5b0e 100644 --- a/wpf/Diagram/Commands/Delete.md +++ b/wpf/Diagram/Commands/Delete.md @@ -59,7 +59,4 @@ else ![Delete and DeleteParameter](Commands_Images/DeleteCommandParameter.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Delete%20Command) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Delete%20Command) \ No newline at end of file diff --git a/wpf/Diagram/Commands/EditandFormatText.md b/wpf/Diagram/Commands/EditandFormatText.md index a2c64a2e1..e3eb9d1f7 100644 --- a/wpf/Diagram/Commands/EditandFormatText.md +++ b/wpf/Diagram/Commands/EditandFormatText.md @@ -134,7 +134,4 @@ graphinfo.Commands.Cancel.Execute(null); ![Gif for EditAnnotation command](Commands_Images/Commands_EditStyleText.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Commands%20Sample) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Commands%20Sample) \ No newline at end of file diff --git a/wpf/Diagram/Commands/ExpandCollapse.md b/wpf/Diagram/Commands/ExpandCollapse.md index d2a31f975..856b1d81a 100644 --- a/wpf/Diagram/Commands/ExpandCollapse.md +++ b/wpf/Diagram/Commands/ExpandCollapse.md @@ -65,7 +65,4 @@ else ![ExpandCollapse](Commands_Images/Commands_img21.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Expand%20and%20Collapse%20command) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Expand%20and%20Collapse%20command) \ No newline at end of file diff --git a/wpf/Diagram/Commands/FitToPage.md b/wpf/Diagram/Commands/FitToPage.md index 8226c9e1b..0b22295a1 100644 --- a/wpf/Diagram/Commands/FitToPage.md +++ b/wpf/Diagram/Commands/FitToPage.md @@ -73,8 +73,4 @@ The [FocusArea](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Fi [How to apply margin values to FitToPage command?](https://support.syncfusion.com/kb/article/5474/how-to-apply-margin-to-fittopage-in-wpf-diagram-sfdiagram) -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) - -[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) - -[How to apply margin to FitToPage in WPF Diagram (SfDiagram)?]() \ No newline at end of file +[How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Flip.md b/wpf/Diagram/Commands/Flip.md index 72c17a414..ff25bbd8e 100644 --- a/wpf/Diagram/Commands/Flip.md +++ b/wpf/Diagram/Commands/Flip.md @@ -62,7 +62,4 @@ When the Flip command is applied to the group, it enables the transformation of ![Represents the Group flip](Commands_images/Commands_GroupFlip.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Flip%20Command) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Flip%20Command) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Grouping.md b/wpf/Diagram/Commands/Grouping.md index a14510f00..578fa2391 100644 --- a/wpf/Diagram/Commands/Grouping.md +++ b/wpf/Diagram/Commands/Grouping.md @@ -57,7 +57,4 @@ graphinfo.Commands.UnGroup.Execute(null); ![Group/UnGroup gif](Commands_Images/Commands_img12.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Grouping%20Commands) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Grouping%20Commands) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Nudge.md b/wpf/Diagram/Commands/Nudge.md index bd2d6336a..8801f689c 100644 --- a/wpf/Diagram/Commands/Nudge.md +++ b/wpf/Diagram/Commands/Nudge.md @@ -42,7 +42,4 @@ graphinfo.Commands.MoveUp.Execute(new MoveParameter() { MoveDelta = 5 }); ![Nudge gif](Commands_Images/Commands_img17.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Nudge%20Commands) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Nudge%20Commands) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Rotate.md b/wpf/Diagram/Commands/Rotate.md index 28f7d873d..abf2e1005 100644 --- a/wpf/Diagram/Commands/Rotate.md +++ b/wpf/Diagram/Commands/Rotate.md @@ -36,7 +36,4 @@ graphinfo.Commands.Rotate.Execute(new RotateParameter() ![Gif for Rotate command](Commands_Images/Commands_Rotate.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) \ No newline at end of file diff --git a/wpf/Diagram/Commands/SelectByType.md b/wpf/Diagram/Commands/SelectByType.md index ffba7b31e..b4edf3b25 100644 --- a/wpf/Diagram/Commands/SelectByType.md +++ b/wpf/Diagram/Commands/SelectByType.md @@ -30,7 +30,4 @@ graphinfo.Commands.SelectByType.Execute(typeof(NodeViewModel)); ![Gif for SelectByType command](Commands_Images/Commands_SelectByType.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) \ No newline at end of file diff --git a/wpf/Diagram/Commands/SelectTool.md b/wpf/Diagram/Commands/SelectTool.md index 071707793..67f84773f 100644 --- a/wpf/Diagram/Commands/SelectTool.md +++ b/wpf/Diagram/Commands/SelectTool.md @@ -67,7 +67,4 @@ graphinfo.Commands.SelectTool.Execute(new SelectToolCommandParameter() ![Gif for SelectTool command](Commands_Images/Commands_SelectTool.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Commands%20Sample) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Commands%20Sample) \ No newline at end of file diff --git a/wpf/Diagram/Commands/SetShapeStyle.md b/wpf/Diagram/Commands/SetShapeStyle.md index d89bbbc64..234ca91b9 100644 --- a/wpf/Diagram/Commands/SetShapeStyle.md +++ b/wpf/Diagram/Commands/SetShapeStyle.md @@ -38,7 +38,4 @@ graphinfo.Commands.SetShapeStyle.Execute(style); ![Gif for SelectByType command](Commands_Images/Commands_SetShapeStyle.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Rotate%20Command) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Sizing.md b/wpf/Diagram/Commands/Sizing.md index 914e9d86b..c42d36025 100644 --- a/wpf/Diagram/Commands/Sizing.md +++ b/wpf/Diagram/Commands/Sizing.md @@ -79,7 +79,4 @@ graphinfo.Commands.SameWidth.Execute(null); ![Sizing commands](Commands_Images/Commands_img5.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Sizing%20Commands) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Sizing%20Commands) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Spacing.md b/wpf/Diagram/Commands/Spacing.md index ee08f609e..d93bf4ff1 100644 --- a/wpf/Diagram/Commands/Spacing.md +++ b/wpf/Diagram/Commands/Spacing.md @@ -59,7 +59,4 @@ graphinfo.Commands.SpaceDown.Execute(null); ![SPace Down](Commands_images/Commands_img4.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Spacing%20Commands) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Spacing%20Commands) \ No newline at end of file diff --git a/wpf/Diagram/Commands/UndoRedo.md b/wpf/Diagram/Commands/UndoRedo.md index bb0988893..4ca6947fe 100644 --- a/wpf/Diagram/Commands/UndoRedo.md +++ b/wpf/Diagram/Commands/UndoRedo.md @@ -41,7 +41,4 @@ graphinfo.Commands.Redo.Execute(null); ![Undo Redo gif](Commands_Images/Commands_img16.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Undo%20Redo) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Undo%20Redo) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Z-Order.md b/wpf/Diagram/Commands/Z-Order.md index 92c8eb187..208c17141 100644 --- a/wpf/Diagram/Commands/Z-Order.md +++ b/wpf/Diagram/Commands/Z-Order.md @@ -103,7 +103,4 @@ graphinfo.Commands.BringForward.Execute(null); ![Represents the bring forward](Commands_images/Commands_img9.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Z-Order%20Commands) - -## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Z-Order%20Commands) \ No newline at end of file diff --git a/wpf/Diagram/Commands/Zoom.md b/wpf/Diagram/Commands/Zoom.md index ef77b557a..0736e4f1c 100644 --- a/wpf/Diagram/Commands/Zoom.md +++ b/wpf/Diagram/Commands/Zoom.md @@ -219,6 +219,4 @@ graphinfo.Commands.Reset.Execute(new ResetParameter() { Reset = Reset.ZoomPan }) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Zoom%20Command) ## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) - [How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) \ No newline at end of file diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index 25e47442c..c1468362c 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -477,8 +477,6 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to restrict the Connector's source and target decorator from being positioned in different places in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18413/how-to-restrict-the-connectors-source-and-target-decorator-from-being-positioned-in-different-places-in-wpf-diagram-sfdiagram) -[How to disable Ctrl + Drag duplicate behavior in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18502/how-to-disable-ctrl--drag-duplicate-behavior-in-wpf-diagramsfdiagram) - [How to change the source and target ports of the connector at runtime in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18302/how-to-change-the-source-and-target-ports-of-the-connector-at-runtime-in-the-wpf-diagram-sfdiagram) [How to Fit Selected Nodes and Connectors to the WPF Diagram Window?](https://support.syncfusion.com/kb/article/18062/how-to-fit-selected-nodes-and-connectors-to-the-wpf-diagram-window) @@ -491,6 +489,4 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to update the same length for connector segments in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15538/how-to-update-the-same-length-for-connector-segments-in-the-wpf-diagram-sfdiagram) -[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) - -[How to create a quick command in WPF Diagram?](https://support.syncfusion.com/kb/article/8951/how-to-create-a-quick-command-in-wpf-diagram) \ No newline at end of file +[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/Segments/Orthogonal.md b/wpf/Diagram/Connector/Segments/Orthogonal.md index c08979448..d1e46c97b 100644 --- a/wpf/Diagram/Connector/Segments/Orthogonal.md +++ b/wpf/Diagram/Connector/Segments/Orthogonal.md @@ -171,4 +171,6 @@ N> Overlapping with Source and Target nodes are only avoided. Other nodes are no [How to avoid overlapping connector segments for the Orthogonal Connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17740/how-to-avoid-overlapping-connector-segments-for-the-orthogonal-connector-in-wpf-diagram-sfdiagram) -[How to update the same length for connector segments in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15538/how-to-update-the-same-length-for-connector-segments-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to update the same length for connector segments in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15538/how-to-update-the-same-length-for-connector-segments-in-the-wpf-diagram-sfdiagram) + +[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Exporting.md b/wpf/Diagram/Exporting.md index 5f5d0079e..1191ba7c1 100644 --- a/wpf/Diagram/Exporting.md +++ b/wpf/Diagram/Exporting.md @@ -270,3 +270,5 @@ diagram.Export(); [How to export the Diagram as PDF?](https://support.syncfusion.com/kb/article/7520/how-to-export-the-diagram-as-a-pdf-in-the-wpf-diagram-sfdiagram) [How to Export the Visible Area Within the ViewPort in WPF Diagram?](https://support.syncfusion.com/kb/article/18001/how-to-export-the-visible-area-within-the-viewport-in-wpf-diagram) + +[How to avoid the node clipping while export in the WPF Diagram?](https://support.syncfusion.com/kb/article/15536/how-to-avoid-the-node-clipping-while-export-in-the-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Getting-Started.md b/wpf/Diagram/Getting-Started.md index ea2367ec0..56ed67d72 100644 --- a/wpf/Diagram/Getting-Started.md +++ b/wpf/Diagram/Getting-Started.md @@ -933,4 +933,6 @@ SfDiagram supports various built-in themes. Refer to the below links to apply th [How to create a WPF SfDiagram?](https://support.syncfusion.com/kb/article/8853/how-to-create-a-wpf-diagram-sfdiagram) -[How to use the WPF SfDiagram as the Content of the Node?](https://support.syncfusion.com/kb/article/18397/how-to-use-the-wpf-sfdiagram-as-the-content-of-the-node) \ No newline at end of file +[How to achieve the AutoConnect functionality in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18252/how-to-achieve-the-autoconnect-functionality-in-wpf-diagram-sfdiagram) + +[How to get the coordinates of the current viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18032/how-to-get-the-coordinates-of-the-current-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Group.md b/wpf/Diagram/Group.md index ade13d502..d05b0cb9d 100644 --- a/wpf/Diagram/Group.md +++ b/wpf/Diagram/Group.md @@ -70,6 +70,4 @@ You can edit the Group and its children at runtime. For more information about h [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) -[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) - -[How to create a quick command in WPF Diagram?](https://support.syncfusion.com/kb/article/8951/how-to-create-a-quick-command-in-wpf-diagram) \ No newline at end of file +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index 9b10e6793..fe853b72b 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -133,4 +133,4 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to Restrict Node is being removed from its Parent Container when Dragging in WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15644/how-to-restrict-node-is-being-removed-from-its-parent-container-when-dragging-in-wpf-diagram-sfdiagram) -[How to avoid the node clipping while export in the WPF Diagram?](https://support.syncfusion.com/kb/article/15536/how-to-avoid-the-node-clipping-while-export-in-the-wpf-diagram) \ No newline at end of file +[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index e556b37c0..9aa45a3df 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -185,6 +185,4 @@ Diagram control provides support to change the selection handle display mode of [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) - -[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file +[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index e517e6c54..64019edc7 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -855,8 +855,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) -[How to create a quick command in WPF Diagram?](https://support.syncfusion.com/kb/article/8951/how-to-create-a-quick-command-in-wpf-diagram) - [How to notify state of operation performed on node in WPF Diagram?](https://support.syncfusion.com/kb/article/5523/how-to-notify-state-of-operation-performed-on-node-in-wpf-diagram) [How to remove all its children when deleting a parent node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10027/how-to-remove-all-its-children-when-deleting-a-parent-node-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollLimit.md b/wpf/Diagram/Scroll-Settings/ScrollLimit.md index 0904d9a83..f13f44780 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -94,6 +94,4 @@ diagram.ScrollSettings = new ScrollSettings() [How to stop infinite scrolling?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) - [How to stop infinite scrolling in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md index 3434d02f7..0afb3258f 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md +++ b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md @@ -106,4 +106,3 @@ Find the [Scroll Settings sample](https://github.com/SyncfusionExamples/WPF-Diag [How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) -[How to get the coordinates of the current viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18032/how-to-get-the-coordinates-of-the-current-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Stencil/Stencil.md b/wpf/Diagram/Stencil/Stencil.md index 6b81f905f..c8947ff0e 100644 --- a/wpf/Diagram/Stencil/Stencil.md +++ b/wpf/Diagram/Stencil/Stencil.md @@ -397,8 +397,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to enable/disable the Stencil symbol in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17888/how-to-enabledisable-the-stencil-symbol-in-wpf-diagram-sfdiagram) -[How to avoid the node clipping while export in the WPF Diagram?](https://support.syncfusion.com/kb/article/15536/how-to-avoid-the-node-clipping-while-export-in-the-wpf-diagram) - [How to Achieve the Stencil Preview Effect Without Dragging a Symbol in the WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15537/how-to-achieve-the-stencil-preview-effect-without-dragging-a-symbol-in-the-wpf-diagram-sfdiagram) [How to refresh stencil with new collection or symbol in WPF Diagram?](https://support.syncfusion.com/kb/article/8714/how-to-refresh-stencil-with-new-collection-or-symbol-in-wpf-diagram) From 6e297f769b88c61dd813d3ff027725d6d4a6e32a Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Wed, 22 Jan 2025 18:11:06 +0530 Subject: [PATCH 07/10] ImagesUpdated --- wpf/Diagram/Annotation/DefineAnnotation.md | 4 ++-- wpf/Diagram/Getting-Started.md | 2 +- wpf/Diagram/Scroll-Settings/DragLimit.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/wpf/Diagram/Annotation/DefineAnnotation.md b/wpf/Diagram/Annotation/DefineAnnotation.md index 99a38cbd7..6a2664e85 100644 --- a/wpf/Diagram/Annotation/DefineAnnotation.md +++ b/wpf/Diagram/Annotation/DefineAnnotation.md @@ -105,7 +105,7 @@ ConnectorViewModel connector = new ConnectorViewModel() {% endhighlight %} {% endtabs %} -![Create Annotation](Annotation_images/Create_Annotation.jpg) +![Create Annotation](Annotation_images/wpf-diagram-annotation.jpg) ## Multiple Annotations @@ -146,7 +146,7 @@ Annotations = new ObservableCollection() {% endhighlight %} {% endtabs %} -![Multiple Annotations](Annotation_images/annotation_img21.png)       ![Multiple Annotations](Annotation_images/MultipleAnnotationConnector.png) +![Multiple Annotations](Annotation_images/wpf-diagram-multiple-annotations.PNG)       ![Multiple Annotations](Annotation_images/wpf-diagram-multiple-annotation-connector.png) [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Annotations/MultipleAnnotation). diff --git a/wpf/Diagram/Getting-Started.md b/wpf/Diagram/Getting-Started.md index 56ed67d72..64a4b13a2 100644 --- a/wpf/Diagram/Getting-Started.md +++ b/wpf/Diagram/Getting-Started.md @@ -933,6 +933,6 @@ SfDiagram supports various built-in themes. Refer to the below links to apply th [How to create a WPF SfDiagram?](https://support.syncfusion.com/kb/article/8853/how-to-create-a-wpf-diagram-sfdiagram) -[How to achieve the AutoConnect functionality in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18252/how-to-achieve-the-autoconnect-functionality-in-wpf-diagram-sfdiagram) +[How to Automate Diagram using WinAppDriver](https://support.syncfusion.com/kb/article/15642/how-to-automate-diagram-using-winappdriver) [How to get the coordinates of the current viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18032/how-to-get-the-coordinates-of-the-current-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/DragLimit.md b/wpf/Diagram/Scroll-Settings/DragLimit.md index 2d206d709..e19055d06 100644 --- a/wpf/Diagram/Scroll-Settings/DragLimit.md +++ b/wpf/Diagram/Scroll-Settings/DragLimit.md @@ -68,4 +68,6 @@ private void Diagram_SelectorChangedEvent(object sender, SelectorChangedEventArg [How to add the rulers for the diagram control?](/wpf/diagram/rulers) +[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) + {% endseealso %} From a48b6ca4935f5885103b172fb52f0b051cfd64d2 Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Fri, 17 Jan 2025 12:24:12 +0530 Subject: [PATCH 08/10] WPF-934460-Link KB with UG 2 --- wpf/Diagram/Annotation/DefineAnnotation.md | 4 +++- .../Automatic-Layouts/Automatic-Layouts.md | 8 +++++++- wpf/Diagram/Commands/UndoRedo.md | 2 +- wpf/Diagram/Connector/DefineConnector.md | 6 +++++- wpf/Diagram/Constraints.md | 2 +- wpf/Diagram/Context-Menu.md | 6 +++++- wpf/Diagram/Interaction/Dragging/Drag.md | 6 +++++- wpf/Diagram/Interaction/Selection.md | 4 +++- wpf/Diagram/Node.md | 20 ++++++++++++++++++- wpf/Diagram/Port/Port.md | 4 +++- wpf/Diagram/Swimlane/Swimlane.md | 3 +++ 11 files changed, 55 insertions(+), 10 deletions(-) diff --git a/wpf/Diagram/Annotation/DefineAnnotation.md b/wpf/Diagram/Annotation/DefineAnnotation.md index 6a2664e85..faef77a45 100644 --- a/wpf/Diagram/Annotation/DefineAnnotation.md +++ b/wpf/Diagram/Annotation/DefineAnnotation.md @@ -168,4 +168,6 @@ Annotations = new ObservableCollection() [How to get parent of annotation using changed command in WPF Diagram?](https://support.syncfusion.com/kb/article/16202/how-to-get-parent-of-annotation-using-changed-command-in-wpf-diagram) -[How to add image annotations to a node in WPF Diagram (SfDiagram) control?](https://support.syncfusion.com/kb/article/6078/how-to-add-image-annotations-to-a-node-in-wpf-diagram-sfdiagram-control) \ No newline at end of file +[How to add image annotations to a node in WPF Diagram (SfDiagram) control?](https://support.syncfusion.com/kb/article/6078/how-to-add-image-annotations-to-a-node-in-wpf-diagram-sfdiagram-control) + +[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)? ](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md b/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md index 9a3198c18..511232616 100644 --- a/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md +++ b/wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md @@ -361,4 +361,10 @@ N> `Margin` is not valid for `RadialTreeLayout`. [How to provide MultipleParentSupport in SfDiagram layout using DataSourceSettings?](https://support.syncfusion.com/kb/article/5493/how-to-provide-multipleparentsupport-in-wpf-diagram-sfdiagram-layout-via-datasourcesettings) -[How to create a custom layout in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17780/how-to-create-a-custom-layout-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to create a custom layout in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17780/how-to-create-a-custom-layout-in-the-wpf-diagram-sfdiagram) + +[How to generate tree like diagram with nested objects in WPF ?](https://support.syncfusion.com/kb/article/3478/how-to-generate-tree-like-diagram-with-nested-objects-in-wpf-) + +[How to drag and drop elements from treeview in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9277/how-to-drag-and-drop-elements-from-treeview-in-wpf-diagram-sfdiagram) + +[How to do Expand/Collapse for MultiParent Layout in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11417/how-to-do-expand-collapse-for-multiparent-layout-in-wpf-diagramsfdiagram) diff --git a/wpf/Diagram/Commands/UndoRedo.md b/wpf/Diagram/Commands/UndoRedo.md index 4ca6947fe..ca7da099c 100644 --- a/wpf/Diagram/Commands/UndoRedo.md +++ b/wpf/Diagram/Commands/UndoRedo.md @@ -41,4 +41,4 @@ graphinfo.Commands.Redo.Execute(null); ![Undo Redo gif](Commands_Images/Commands_img16.gif) -[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Undo%20Redo) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Undo%20Redo) diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index c1468362c..506d25b13 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -489,4 +489,8 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to update the same length for connector segments in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/15538/how-to-update-the-same-length-for-connector-segments-in-the-wpf-diagram-sfdiagram) -[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) + +[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) + +[How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) diff --git a/wpf/Diagram/Constraints.md b/wpf/Diagram/Constraints.md index 558f275b0..c243ce02e 100644 --- a/wpf/Diagram/Constraints.md +++ b/wpf/Diagram/Constraints.md @@ -448,4 +448,4 @@ In the above example, you can check whether the rotate constraints are enabled i [How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) -[How to prevent nodes from moving to a negative index when nudging in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17732/how-to-prevent-nodes-from-moving-to-a-negative-index-when-nudging-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to prevent nodes from moving to a negative index when nudging in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17732/how-to-prevent-nodes-from-moving-to-a-negative-index-when-nudging-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Context-Menu.md b/wpf/Diagram/Context-Menu.md index fcd83ffdc..ed8142b76 100644 --- a/wpf/Diagram/Context-Menu.md +++ b/wpf/Diagram/Context-Menu.md @@ -135,4 +135,8 @@ void MainPage_MenuItemClickedEvent(object sender, [How to change the annotation content of a node using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14962/how-to-change-the-annotation-content-of-a-node-using-context-menu-in-wpf-diagram-sfdiagram) -[How to implement color palette functionality using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14963/how-to-implement-color-palette-functionality-using-context-menu-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to implement color palette functionality using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14963/how-to-implement-color-palette-functionality-using-context-menu-in-wpf-diagram-sfdiagram) + +[How to display images, image URI and shapes for menu items icon in WPF Diagram?](https://support.syncfusion.com/kb/article/13009/how-to-display-images-image-uri-and-shapes-for-menu-items-icon-in-wpf-diagram) + +[How to add icon to context menu item in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index fe853b72b..72be26119 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -133,4 +133,8 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to Restrict Node is being removed from its Parent Container when Dragging in WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15644/how-to-restrict-node-is-being-removed-from-its-parent-container-when-dragging-in-wpf-diagram-sfdiagram) -[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) \ No newline at end of file +[How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) + +[How to drag and drop different shapes from SfTreeView to WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10960/how-to-drag-and-drop-different-shapes-from-sftreeview-to-wpf-diagram-sfdiagram) + +[How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index 9aa45a3df..7167be004 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -185,4 +185,6 @@ Diagram control provides support to change the selection handle display mode of [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) \ No newline at end of file +[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) + +[How to customize the appearance of the selector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10605/how-to-customize-the-appearance-of-the-selector-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index 64019edc7..d10fe8c3d 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -857,4 +857,22 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to notify state of operation performed on node in WPF Diagram?](https://support.syncfusion.com/kb/article/5523/how-to-notify-state-of-operation-performed-on-node-in-wpf-diagram) -[How to remove all its children when deleting a parent node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10027/how-to-remove-all-its-children-when-deleting-a-parent-node-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to remove all its children when deleting a parent node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10027/how-to-remove-all-its-children-when-deleting-a-parent-node-in-wpf-diagram-sfdiagram) + +[How to arrange the Nodes in Circular(Radial) mode in WPF Diagram?](https://support.syncfusion.com/kb/article/3342/how-to-arrange-the-nodes-in-circularradial-mode-in-wpf-diagram) + +[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) + +[How to hide specific default QuickCommands of node in WPF Diagram?](https://support.syncfusion.com/kb/article/11519/how-to-hide-specific-default-quickcommands-of-node-in-wpf-diagram) + +[How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) + +[How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) + +[How to serialize Content and ContentTemplate properties of a Node in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11574/how-to-serialize-content-and-contenttemplate-properties-of-a-node-in-wpf-diagramsfdiagram) + +[How to use ContentTemplateSelector based on the Content of the Node?](https://support.syncfusion.com/kb/article/11398/how-to-use-contenttemplateselector-based-on-the-content-of-the-node) + +[How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) + +[How to create filled PolyLine Node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index ca86e16ee..28ec31c7b 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -560,4 +560,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to display only the ports of the same color in the target node based on the source node's port color in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17723/how-to-display-only-the-ports-of-the-same-color-in-the-target-node-based-on-the-source-nodes-port-color-in-wpf-diagram-sfdiagram) -[How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) + +[How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) diff --git a/wpf/Diagram/Swimlane/Swimlane.md b/wpf/Diagram/Swimlane/Swimlane.md index 541bba07b..269558543 100644 --- a/wpf/Diagram/Swimlane/Swimlane.md +++ b/wpf/Diagram/Swimlane/Swimlane.md @@ -322,3 +322,6 @@ Swimlane can be selected by clicking (tap) the header of the swimlane. Please find the swimlane sample as follows. [View Swimlane sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Swimlane/Swimlane-Sample) + +## See Also +[How to restrict node’s dragging from native lane to other lanes in WPF diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11744/how-to-restrict-nodes-dragging-from-native-lane-to-other-lanes-in-wpf-diagramsfdiagram) \ No newline at end of file From e4093ac70d074cfe9d2834a729bcff0f52df05e4 Mon Sep 17 00:00:00 2001 From: Muthamilselvan Date: Fri, 17 Jan 2025 17:38:07 +0530 Subject: [PATCH 09/10] WPF-934460-Link_KBs With UG 2 --- wpf/Diagram/Commands/Clipboard.md | 4 +++- wpf/Diagram/Connector/DefineConnector.md | 8 +++++++- wpf/Diagram/Connector/SelectionAndDragging.md | 6 ++++-- wpf/Diagram/Constraints.md | 4 ++-- wpf/Diagram/Group.md | 4 +++- wpf/Diagram/Interaction/Dragging/Drag.md | 6 +++++- wpf/Diagram/Interaction/Selection.md | 2 -- wpf/Diagram/Node.md | 4 ++++ wpf/Diagram/Port/Port.md | 2 ++ wpf/Diagram/Scroll-Settings/ScrollLimit.md | 4 +++- wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md | 3 +++ wpf/Diagram/Swimlane/Swimlane.md | 4 +++- wpf/Diagram/Tools.md | 6 +++--- wpf/Diagram/UndoRedo.md | 4 +++- 14 files changed, 45 insertions(+), 16 deletions(-) diff --git a/wpf/Diagram/Commands/Clipboard.md b/wpf/Diagram/Commands/Clipboard.md index 3dd4b4b4c..d9036f0c4 100644 --- a/wpf/Diagram/Commands/Clipboard.md +++ b/wpf/Diagram/Commands/Clipboard.md @@ -104,4 +104,6 @@ graphinfo.Commands.Duplicate.Execute(null); [View sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Commands/Clipboard%20commands) ## See Also -[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) \ No newline at end of file +[How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) + +[How to disable or override clipboard support](https://support.syncfusion.com/kb/article/9010/how-to-disable-or-override-clipboard-support) diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index 506d25b13..b1185a40b 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -441,7 +441,7 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to restrict Connector's source/target changing from native Nodes to other Nodes?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) @@ -494,3 +494,9 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) [How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) + +[How to generate Layout with DataSource as NodeViewModel instead of business object class in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10187/how-to-generate-layout-with-datasource-as-nodeviewmodel-instead-of-business-object-class-in) + +[How to change the connector style based on its SourcePort style in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18851/how-to-change-the-connector-style-based-on-its-sourceport-style-in-wpf-diagram-sfdiagram) + +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/SelectionAndDragging.md b/wpf/Diagram/Connector/SelectionAndDragging.md index 83132cd6a..e7c950b5f 100644 --- a/wpf/Diagram/Connector/SelectionAndDragging.md +++ b/wpf/Diagram/Connector/SelectionAndDragging.md @@ -175,10 +175,12 @@ Find the [Connector interactions sample](https://github.com/SyncfusionExamples/W [How to bring the specific diagram object to the center or viewport of the Diagram?](https://support.syncfusion.com/kb/article/8390/how-to-bring-the-specific-object-to-the-center-or-viewport-of-the-diagram-in-wpf) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) [How to decide whether to drag or draw a connection on port at runtime?](https://support.syncfusion.com/kb/article/8538/how-to-decide-whether-to-drag-or-draw-a-connection-on-port-at-runtime-in-the-wpf-diagram) -[How to select a connector when the mouse hovers over a node port that is connected by the connector in the WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18695/how-to-select-a-connector-when-the-mouse-hovers-over-a-node-port-that-is-connected-by-the-connector-in-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to select a connector when the mouse hovers over a node port that is connected by the connector in the WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18695/how-to-select-a-connector-when-the-mouse-hovers-over-a-node-port-that-is-connected-by-the-connector-in-the-wpf-diagram-sfdiagram) + +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Constraints.md b/wpf/Diagram/Constraints.md index c243ce02e..828040470 100644 --- a/wpf/Diagram/Constraints.md +++ b/wpf/Diagram/Constraints.md @@ -442,10 +442,10 @@ In the above example, you can check whether the rotate constraints are enabled i [How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) -[How to enable Undo/Redo feature for Diagram?](https://support.syncfusion.com/kb/article/11090/how-to-enable-undo-redo-feature-in-wpf-diagram-sfdiagram) - [How to enable the AspectRatio for node?](https://support.syncfusion.com/kb/article/5473/how-to-enable-the-aspectratio-of-node-in-wpf-diagram-sfdiagram) [How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram) [How to prevent nodes from moving to a negative index when nudging in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17732/how-to-prevent-nodes-from-moving-to-a-negative-index-when-nudging-in-wpf-diagram-sfdiagram) + +[How to enable undo or redo in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/5471/how-to-enable-undo-or-redo-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Group.md b/wpf/Diagram/Group.md index d05b0cb9d..3fbe99b96 100644 --- a/wpf/Diagram/Group.md +++ b/wpf/Diagram/Group.md @@ -70,4 +70,6 @@ You can edit the Group and its children at runtime. For more information about h [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) -[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) \ No newline at end of file +[How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) + +[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index 72be26119..c16cd4ef2 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -127,7 +127,7 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to create filled PolyLine Node?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) -[How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) [How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) @@ -138,3 +138,7 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to drag and drop different shapes from SfTreeView to WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10960/how-to-drag-and-drop-different-shapes-from-sftreeview-to-wpf-diagram-sfdiagram) [How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) + +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) + +[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index 7167be004..ab6fe05d7 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -181,8 +181,6 @@ Diagram control provides support to change the selection handle display mode of [How to use the property grid for diagram elements?](https://support.syncfusion.com/kb/article/9861/how-to-use-the-property-grid-in-the-wpf-diagram-sfdiagram) -[How to customize the Selection behavior?](https://support.syncfusion.com/kb/article/6761/how-to-customize-the-selection-behavior-in-wpf-diagram-sfdiagram) - [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) [How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index d10fe8c3d..2aaec4d41 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -876,3 +876,7 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) [How to create filled PolyLine Node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) + +[How to generate Layout with DataSource as NodeViewModel instead of business object class in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10187/how-to-generate-layout-with-datasource-as-nodeviewmodel-instead-of-business-object-class-in) + +[How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index 28ec31c7b..68e063885 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -563,3 +563,5 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) [How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) + +[How to change the connector style based on its SourcePort style in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18851/how-to-change-the-connector-style-based-on-its-sourceport-style-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollLimit.md b/wpf/Diagram/Scroll-Settings/ScrollLimit.md index f13f44780..5a3f3b975 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -94,4 +94,6 @@ diagram.ScrollSettings = new ScrollSettings() [How to stop infinite scrolling?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) -[How to stop infinite scrolling in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to stop infinite scrolling in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9869/how-to-stop-infinite-scrolling-in-wpf-diagram-sfdiagram) + +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md index 0afb3258f..43c3d1589 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md +++ b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md @@ -106,3 +106,6 @@ Find the [Scroll Settings sample](https://github.com/SyncfusionExamples/WPF-Diag [How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) +[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) + +[How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Swimlane/Swimlane.md b/wpf/Diagram/Swimlane/Swimlane.md index 269558543..9e6c66468 100644 --- a/wpf/Diagram/Swimlane/Swimlane.md +++ b/wpf/Diagram/Swimlane/Swimlane.md @@ -324,4 +324,6 @@ Please find the swimlane sample as follows. [View Swimlane sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Swimlane/Swimlane-Sample) ## See Also -[How to restrict node’s dragging from native lane to other lanes in WPF diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11744/how-to-restrict-nodes-dragging-from-native-lane-to-other-lanes-in-wpf-diagramsfdiagram) \ No newline at end of file +[How to restrict node’s dragging from native lane to other lanes in WPF diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11744/how-to-restrict-nodes-dragging-from-native-lane-to-other-lanes-in-wpf-diagramsfdiagram) + +[How to render the Swimlane at the top-left corner of the diagram in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18841/how-to-render-the-swimlane-at-the-top-left-corner-of-the-diagram-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Tools.md b/wpf/Diagram/Tools.md index 77d2a7be6..9ae0541de 100644 --- a/wpf/Diagram/Tools.md +++ b/wpf/Diagram/Tools.md @@ -359,8 +359,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Exa [How to override the default cursors while interaction?](https://www.syncfusion.com/kb/11407/how-to-override-the-default-cursors-while-interaction-in-wpf-diagramsfdiagram) -[How to switch between tools at runtime through the SetTool?](https://support.syncfusion.com/kb/article/9943/how-to-switch-between-tools-at-runtime-through-the-settool-in-wpf-diagram-sfdiagram) - [How to create port at runtime through set tool?](https://support.syncfusion.com/kb/article/9967/how-to-create-port-at-runtime-through-set-tool-in-wpf-diagram-sfdiagram) -[How to draw nodes in diagram?](https://support.syncfusion.com/kb/article/5989/how-to-draw-node-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to draw nodes in diagram?](https://support.syncfusion.com/kb/article/5989/how-to-draw-node-in-wpf-diagram-sfdiagram) + +[How to switch between tools at runtime through the SetTool in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9943/how-to-switch-between-tools-at-runtime-through-the-settool-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/UndoRedo.md b/wpf/Diagram/UndoRedo.md index 78e01f71b..c205b6346 100644 --- a/wpf/Diagram/UndoRedo.md +++ b/wpf/Diagram/UndoRedo.md @@ -514,4 +514,6 @@ private void Diagram_NodeChangedEvent(object sender, ChangeEventArgs Date: Thu, 23 Jan 2025 14:12:43 +0530 Subject: [PATCH 10/10] Updated KB link --- wpf/Diagram/Annotation/DefineAnnotation.md | 6 ------ wpf/Diagram/Commands/Clipboard.md | 2 -- wpf/Diagram/Connector/DefineConnector.md | 6 ------ wpf/Diagram/Connector/SelectionAndDragging.md | 4 +--- wpf/Diagram/Context-Menu.md | 12 +----------- wpf/Diagram/Group.md | 4 +--- wpf/Diagram/Interaction/Dragging/Drag.md | 4 ---- wpf/Diagram/Interaction/Selection.md | 2 -- wpf/Diagram/Interaction/UserHandle.md | 4 +++- wpf/Diagram/Node.md | 18 ------------------ wpf/Diagram/Port/Port.md | 4 ---- wpf/Diagram/Printing.md | 4 +--- .../ScrollStatusAndAutoScroll.md | 2 -- 13 files changed, 7 insertions(+), 65 deletions(-) diff --git a/wpf/Diagram/Annotation/DefineAnnotation.md b/wpf/Diagram/Annotation/DefineAnnotation.md index d81d67d58..837833229 100644 --- a/wpf/Diagram/Annotation/DefineAnnotation.md +++ b/wpf/Diagram/Annotation/DefineAnnotation.md @@ -167,9 +167,3 @@ Annotations = new ObservableCollection() [How to update text formatting properties of an Annotation in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18407/how-to-update-text-formatting-properties-of-an-annotation-in-wpf-diagram-sfdiagram) [How to get parent of annotation using changed command in WPF Diagram?](https://support.syncfusion.com/kb/article/16202/how-to-get-parent-of-annotation-using-changed-command-in-wpf-diagram) - -[How to add image annotations to a node in WPF Diagram (SfDiagram) control?](https://support.syncfusion.com/kb/article/6078/how-to-add-image-annotations-to-a-node-in-wpf-diagram-sfdiagram-control) - -[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)? ](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) - -[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) diff --git a/wpf/Diagram/Commands/Clipboard.md b/wpf/Diagram/Commands/Clipboard.md index df0e86a5f..d9036f0c4 100644 --- a/wpf/Diagram/Commands/Clipboard.md +++ b/wpf/Diagram/Commands/Clipboard.md @@ -107,5 +107,3 @@ graphinfo.Commands.Duplicate.Execute(null); [How to Display Different QuickCommands Based on Nodes in WPF Diagram?](https://support.syncfusion.com/kb/article/17969/how-to-display-different-quickcommands-based-on-nodes-in-wpf-diagram) [How to disable or override clipboard support](https://support.syncfusion.com/kb/article/9010/how-to-disable-or-override-clipboard-support) - -[How to disable or override clipboard support](https://support.syncfusion.com/kb/article/9010/how-to-disable-or-override-clipboard-support) diff --git a/wpf/Diagram/Connector/DefineConnector.md b/wpf/Diagram/Connector/DefineConnector.md index b1185a40b..26b21b0b9 100644 --- a/wpf/Diagram/Connector/DefineConnector.md +++ b/wpf/Diagram/Connector/DefineConnector.md @@ -491,12 +491,6 @@ For more information about adding connectors from stencil, refer to [Stencil](/w [How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) -[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) - -[How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) - -[How to generate Layout with DataSource as NodeViewModel instead of business object class in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10187/how-to-generate-layout-with-datasource-as-nodeviewmodel-instead-of-business-object-class-in) - [How to change the connector style based on its SourcePort style in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18851/how-to-change-the-connector-style-based-on-its-sourceport-style-in-wpf-diagram-sfdiagram) [How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Connector/SelectionAndDragging.md b/wpf/Diagram/Connector/SelectionAndDragging.md index 37de1b411..2ad9a0560 100644 --- a/wpf/Diagram/Connector/SelectionAndDragging.md +++ b/wpf/Diagram/Connector/SelectionAndDragging.md @@ -183,6 +183,4 @@ Find the [Connector interactions sample](https://github.com/SyncfusionExamples/W [How to select a connector when the mouse hovers over a node port that is connected by the connector in the WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/18695/how-to-select-a-connector-when-the-mouse-hovers-over-a-node-port-that-is-connected-by-the-connector-in-the-wpf-diagram-sfdiagram) -[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) - -[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) +[How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Context-Menu.md b/wpf/Diagram/Context-Menu.md index 99ff018f9..fcd83ffdc 100644 --- a/wpf/Diagram/Context-Menu.md +++ b/wpf/Diagram/Context-Menu.md @@ -135,14 +135,4 @@ void MainPage_MenuItemClickedEvent(object sender, [How to change the annotation content of a node using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14962/how-to-change-the-annotation-content-of-a-node-using-context-menu-in-wpf-diagram-sfdiagram) -[How to implement color palette functionality using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14963/how-to-implement-color-palette-functionality-using-context-menu-in-wpf-diagram-sfdiagram) - -[How to display images, image URI and shapes for menu items icon in WPF Diagram?](https://support.syncfusion.com/kb/article/13009/how-to-display-images-image-uri-and-shapes-for-menu-items-icon-in-wpf-diagram) - -[How to add icon to context menu item in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) - -[How to display images, image URI and shapes for menu items icon in WPF Diagram?](https://support.syncfusion.com/kb/article/13009/how-to-display-images-image-uri-and-shapes-for-menu-items-icon-in-wpf-diagram) - -[How to enable or disable QuickCommands in WPF Diagram?](https://support.syncfusion.com/kb/article/5902/how-to-enable-or-disable-quickcommands-in-wpf-diagram) - -[How to add icon to context menu item in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10986/how-to-add-icon-to-context-menu-item-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to implement color palette functionality using context menu in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14963/how-to-implement-color-palette-functionality-using-context-menu-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Group.md b/wpf/Diagram/Group.md index c7c7513b7..515589e53 100644 --- a/wpf/Diagram/Group.md +++ b/wpf/Diagram/Group.md @@ -72,6 +72,4 @@ You can edit the Group and its children at runtime. For more information about h [How to Obtain InConnectors and OutConnectors of Node in WPF Diagram?](https://support.syncfusion.com/kb/article/18250/how-to-obtain-inconnectors-and-outconnectors-of-node-in-wpf-diagram) -[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) - -[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) +[How to prevent the node from moving outside the group in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18852/how-to-prevent-the-node-from-moving-outside-the-group-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Interaction/Dragging/Drag.md b/wpf/Diagram/Interaction/Dragging/Drag.md index c16cd4ef2..630351cf4 100644 --- a/wpf/Diagram/Interaction/Dragging/Drag.md +++ b/wpf/Diagram/Interaction/Dragging/Drag.md @@ -129,14 +129,10 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a [How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) -[How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) - [How to Restrict Node is being removed from its Parent Container when Dragging in WPF Diagram (SfDiagram)](https://support.syncfusion.com/kb/article/15644/how-to-restrict-node-is-being-removed-from-its-parent-container-when-dragging-in-wpf-diagram-sfdiagram) [How to prevent the connector segment from collapsing while dragging a node in WPF Diagram (SfDiagram) ?](https://support.syncfusion.com/kb/article/17746/how-to-prevent-the-connector-segment-from-collapsing-while-dragging-a-node-in-wpf-diagram-sfdiagram-) -[How to drag and drop different shapes from SfTreeView to WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10960/how-to-drag-and-drop-different-shapes-from-sftreeview-to-wpf-diagram-sfdiagram) - [How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) [How to identify the dragging state of connectors in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18846/how-to-identify-the-dragging-state-of-connectors-in-the-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Interaction/Selection.md b/wpf/Diagram/Interaction/Selection.md index ab6fe05d7..da2613a9d 100644 --- a/wpf/Diagram/Interaction/Selection.md +++ b/wpf/Diagram/Interaction/Selection.md @@ -183,6 +183,4 @@ Diagram control provides support to change the selection handle display mode of [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) -[How to disable the selection of diagram objects?](https://support.syncfusion.com/kb/article/5495/how-to-disable-the-selection-in-wpf-diagram) - [How to customize the appearance of the selector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10605/how-to-customize-the-appearance-of-the-selector-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Interaction/UserHandle.md b/wpf/Diagram/Interaction/UserHandle.md index 3bc2d7637..2af5d0c4e 100644 --- a/wpf/Diagram/Interaction/UserHandle.md +++ b/wpf/Diagram/Interaction/UserHandle.md @@ -89,4 +89,6 @@ The Alignment of QuickCommand is similar to [Annotation Alignment](https://help [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) -[How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) \ No newline at end of file +[How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) + +[How to enable or disable QuickCommands in WPF Diagram?](https://support.syncfusion.com/kb/article/5902/how-to-enable-or-disable-quickcommands-in-wpf-diagram) \ No newline at end of file diff --git a/wpf/Diagram/Node.md b/wpf/Diagram/Node.md index b033a527d..a7d74b816 100644 --- a/wpf/Diagram/Node.md +++ b/wpf/Diagram/Node.md @@ -801,8 +801,6 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to Notify when diagramming object is duplicated with source?](https://support.syncfusion.com/kb/article/6268/how-to-notify-when-diagramming-object-is-duplicated-with-source-in-wpf-diagram-sfdiagram) -[How to enable the behaviour of drag the node from one diagram to another diagram?](https://support.syncfusion.com/kb/article/6270/how-to-enable-drag-the-node-from-one-diagram-to-another-wpf-diagram-sfdiagram) - [How to draw nodes in diagram?](https://support.syncfusion.com/kb/article/5989/how-to-draw-node-in-wpf-diagram-sfdiagram) [How to remove the rotator thumb of the node?](https://support.syncfusion.com/kb/article/5943/how-to-remove-rotator-of-the-node-in-wpf-diagram-sfdiagram) @@ -853,32 +851,16 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to manage the visibility of node and connector objects in the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/14995/how-to-manage-the-visibility-of-node-and-connector-objects-in-the-wpf-diagram-sfdiagram) -[How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) - -[How to notify state of operation performed on node in WPF Diagram?](https://support.syncfusion.com/kb/article/5523/how-to-notify-state-of-operation-performed-on-node-in-wpf-diagram) - [How to remove all its children when deleting a parent node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10027/how-to-remove-all-its-children-when-deleting-a-parent-node-in-wpf-diagram-sfdiagram) [How to arrange the Nodes in Circular(Radial) mode in WPF Diagram?](https://support.syncfusion.com/kb/article/3342/how-to-arrange-the-nodes-in-circularradial-mode-in-wpf-diagram) -[How to restrict annotation editing by double-clicking the node or connector in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8539/how-to-restrict-annotation-editing-by-double-clicking-the-node-or-connector-in-wpf-diagram) - [How to hide specific default QuickCommands of node in WPF Diagram?](https://support.syncfusion.com/kb/article/11519/how-to-hide-specific-default-quickcommands-of-node-in-wpf-diagram) [How to restrict Connector's source/target changing from native Nodes to other Nodes in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11796/how-to-restrict-connectors-source-target-changing-from-native-nodes-to-other-nodes-in-wpf) -[How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) - [How to serialize Content and ContentTemplate properties of a Node in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11574/how-to-serialize-content-and-contenttemplate-properties-of-a-node-in-wpf-diagramsfdiagram) -[How to use ContentTemplateSelector based on the Content of the Node?](https://support.syncfusion.com/kb/article/11398/how-to-use-contenttemplateselector-based-on-the-content-of-the-node) - -[How to update the Zindex of the dragged node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10388/how-to-update-the-zindex-of-the-dragged-node-in-wpf-diagram-sfdiagram) - [How to create filled PolyLine Node in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10255/how-to-create-filled-polyline-node-in-wpf-diagram-sfdiagram) -[How to generate Layout with DataSource as NodeViewModel instead of business object class in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10187/how-to-generate-layout-with-datasource-as-nodeviewmodel-instead-of-business-object-class-in) - -[How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) - [How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) diff --git a/wpf/Diagram/Port/Port.md b/wpf/Diagram/Port/Port.md index 68e063885..6321fbca7 100644 --- a/wpf/Diagram/Port/Port.md +++ b/wpf/Diagram/Port/Port.md @@ -560,8 +560,4 @@ The [`Constraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagra [How to display only the ports of the same color in the target node based on the source node's port color in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/17723/how-to-display-only-the-ports-of-the-same-color-in-the-target-node-based-on-the-source-nodes-port-color-in-wpf-diagram-sfdiagram) -[How to customize the connection indicator style of node and port in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/10048/how-to-customize-the-connection-indicator-style-of-node-and-port-in-wpf-diagram-sfdiagram) - -[How to add ToolTip for Diagram objects of Node, NodePort in WPF Diagram(SfDiagram)?](https://support.syncfusion.com/kb/article/11748/how-to-add-tooltip-for-diagram-objects-of-node-nodeport-in-wpf-diagramsfdiagram) - [How to change the connector style based on its SourcePort style in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18851/how-to-change-the-connector-style-based-on-its-sourceport-style-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Printing.md b/wpf/Diagram/Printing.md index a5e8153cc..d408d84b9 100644 --- a/wpf/Diagram/Printing.md +++ b/wpf/Diagram/Printing.md @@ -398,6 +398,4 @@ diagram.PrintingService.ShowClassicPrintPreview(); [How to show classic print preview?](https://support.syncfusion.com/kb/article/8186/how-to-show-classic-print-preview-in-wpf-diagram-sfdiagram) -[How to enable the Print Properties option in the Print dialog in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18697/how-to-enable-the-print-properties-option-in-the-print-dialog-in-wpf-diagram-sfdiagram) - -[How to ignore empty pages while printing the WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/8537/how-to-ignore-empty-pages-while-printing-the-wpf-diagram-sfdiagram) \ No newline at end of file +[How to enable the Print Properties option in the Print dialog in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/18697/how-to-enable-the-print-properties-option-in-the-print-dialog-in-wpf-diagram-sfdiagram) \ No newline at end of file diff --git a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md index 43c3d1589..10e9fc7f4 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md +++ b/wpf/Diagram/Scroll-Settings/ScrollStatusAndAutoScroll.md @@ -106,6 +106,4 @@ Find the [Scroll Settings sample](https://github.com/SyncfusionExamples/WPF-Diag [How to restrict diagram objects dragging in the positive side?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) -[How to restrict diagram objects dragging in the positive side in WPF Diagram?](https://support.syncfusion.com/kb/article/9917/how-to-restrict-diagram-objects-dragging-in-the-positive-side-in-wpf-diagram) - [How to bring the specific node to the center or viewport in WPF Diagram (SfDiagram)?](https://support.syncfusion.com/kb/article/9918/how-to-bring-the-specific-node-to-the-center-or-viewport-in-wpf-diagram-sfdiagram) \ No newline at end of file