Skip to content

Commit 138a1bc

Browse files
WPF-932060-Link kbs with UG
1 parent 4f95413 commit 138a1bc

24 files changed

+133
-22
lines changed

wpf/Diagram/Annotation/DefineAnnotation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,8 @@ Annotations = new ObservableCollection<IAnnotation>()
164164

165165
[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)
166166

167-
[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)
167+
[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)
168+
169+
[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)
170+
171+
[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)

wpf/Diagram/Annotation/Events.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ private void Diagram_AnnotationChanged(object sender, ChangeEventArgs<object, An
5656

5757
[How to localize the annotations?](/wpf/sfdiagram/localization)
5858

59-
[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)
59+
[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)
60+
61+
[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)

wpf/Diagram/Annotation/PositioningAndAppearance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,4 +577,8 @@ Annotations = new ObservableCollection<IAnnotation>()
577577
[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)
578578

579579

580-
[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)
580+
[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)
581+
582+
[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)
583+
584+
[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)

wpf/Diagram/Automatic-Layouts/Automatic-Layouts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,6 @@ N> `Margin` is not valid for `RadialTreeLayout`.
359359

360360
[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)
361361

362-
[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)
362+
[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)
363+
364+
[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)

wpf/Diagram/Commands/Command-Manager.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ diagram.CommandManager.Commands.Add(saveGesture);
100100

101101
[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)
102102

103-
[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)
103+
[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)
104+
105+
[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)

wpf/Diagram/Commands/FitToPage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ The [FocusArea](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Fi
7575

7676
[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)
7777

78-
[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)
78+
[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)
79+
80+
[How to apply margin to FitToPage in WPF Diagram (SfDiagram)?]()

wpf/Diagram/Connector/AppearanceAndValidation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,4 +699,8 @@ Find the [Sample](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tre
699699

700700
[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)
701701

702-
[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)
702+
[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)
703+
704+
[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)
705+
706+
[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)

wpf/Diagram/Connector/DefineConnector.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,4 +485,12 @@ For more information about adding connectors from stencil, refer to [Stencil](/w
485485

486486
[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)
487487

488-
[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-)
488+
[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-)
489+
490+
[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)
491+
492+
[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)
493+
494+
[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)
495+
496+
[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)

wpf/Diagram/Connector/Segments/Orthogonal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,6 @@ N> Overlapping with Source and Target nodes are only avoided. Other nodes are no
169169

170170
[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)
171171

172-
[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)
172+
[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)
173+
174+
[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)

wpf/Diagram/Constraints.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,6 @@ In the above example, you can check whether the rotate constraints are enabled i
446446

447447
[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)
448448

449-
[How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram)
449+
[How to disable the events of Diagram?](https://support.syncfusion.com/kb/article/5475/how-to-disable-the-events-of-wpf-diagram-sfdiagram)
450+
451+
[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)

wpf/Diagram/Container.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,12 @@ To explore about selection and selection related events, refer to the [Selection
265265

266266
[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)
267267

268-
[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)
268+
[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)
269+
270+
[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-)
271+
272+
[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)
273+
274+
[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)
275+
276+
[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)

wpf/Diagram/Context-Menu.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,12 @@ void MainPage_MenuItemClickedEvent(object sender,
127127

128128
[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)
129129

130-
[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-)
130+
[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-)
131+
132+
[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)
133+
134+
[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)
135+
136+
[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)
137+
138+
[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)

wpf/Diagram/Diagram-Ribbon.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,8 @@ private void DiagramRibbon_Loaded(object sender, RoutedEventArgs e)
302302
## See Also
303303
[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)
304304

305-
[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)
305+
[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)
306+
307+
[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)
308+
309+
[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)

wpf/Diagram/Group.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ You can edit the Group and its children at runtime. For more information about h
7070

7171
[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)
7272

73-
[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)
73+
[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)
74+
75+
[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)

wpf/Diagram/Interaction/Dragging/Drag.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,8 @@ Diagram.ConnectorDropIndicatorStyle = this.Resources["connectordropindicator"] a
129129

130130
[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)
131131

132-
[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)
132+
[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)
133+
134+
[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)
135+
136+
[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)

wpf/Diagram/Interaction/ZoomPan.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ documentation: ug
3232
[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)
3333

3434
[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)
35+
36+
[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)
37+
38+
[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)

0 commit comments

Comments
 (0)