From 1b1df7f02b66a6d8f023ff64b6c4ad406b7c0c4b Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:19:40 +0530 Subject: [PATCH 1/3] WPF-889895-Corrected the Issues --- wpf/Diagram/Snapping/CustomSnapping.md | 4 ++-- wpf/Diagram/Snapping/DefineSnapping.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wpf/Diagram/Snapping/CustomSnapping.md b/wpf/Diagram/Snapping/CustomSnapping.md index 23a537e050..c16f28787a 100644 --- a/wpf/Diagram/Snapping/CustomSnapping.md +++ b/wpf/Diagram/Snapping/CustomSnapping.md @@ -116,6 +116,6 @@ diagram.SnapSettings = new SnapSettings() ## See Also -[How to add gridlines for diagram](https://help.syncfusion.com/wpf/diagram/gridlines) +[How to add gridlines for diagram?](https://help.syncfusion.com/wpf/diagram/gridlines) -[How to add ruler for diagram](/wpf/diagram/rulers) \ No newline at end of file +[How to add ruler for diagram?](/wpf/diagram/rulers) \ No newline at end of file diff --git a/wpf/Diagram/Snapping/DefineSnapping.md b/wpf/Diagram/Snapping/DefineSnapping.md index 7d7786dd2e..b94cd2fe94 100644 --- a/wpf/Diagram/Snapping/DefineSnapping.md +++ b/wpf/Diagram/Snapping/DefineSnapping.md @@ -118,7 +118,7 @@ diagram.SnapSettings = new SnapSettings() This feature allows the diagram objects to snap to the nearest interaction of gridlines while being dragged or resized. This feature enables easier alignment during layout or design. -Snapping to gridlines can be enabled or disabled with the [SnapConstraints](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapConstraints.html) property of SnapSettings. Default value is None. +Snapping to gridlines can be enabled or disabled with the [`SnapConstraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapConstraints.html) property of SnapSettings. Default value is None. {% tabs %} {% highlight xaml %} From fc9d5df8f2f2196c8f71f53ed5b3bbfe9f6cbbfb Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:10:02 +0530 Subject: [PATCH 2/3] WPF-889895-Corrected the highlighting mistakes as suggested in review --- wpf/Diagram/Snapping/DefineSnapping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Diagram/Snapping/DefineSnapping.md b/wpf/Diagram/Snapping/DefineSnapping.md index b94cd2fe94..e58e02b38d 100644 --- a/wpf/Diagram/Snapping/DefineSnapping.md +++ b/wpf/Diagram/Snapping/DefineSnapping.md @@ -71,7 +71,7 @@ diagram.SnapSettings.SnapToObject = SnapToObject.All; ## How to change the snap indication style -When snapping, cyan shade color indication lines will be shown. These indication lines styles can be customized by using the [`SnapIndicatorStyle`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapSettings.html#Syncfusion_UI_Xaml_Diagram_SnapSettings_SnapIndicatorStyle) property of SnapSettings class. +When snapping, cyan shade color indication lines will be shown. These indication lines styles can be customized by using the [`SnapIndicatorStyle`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapSettings.html#Syncfusion_UI_Xaml_Diagram_SnapSettings_SnapIndicatorStyle) property of `SnapSettings` class. {% tabs %} {% highlight xaml %} @@ -118,7 +118,7 @@ diagram.SnapSettings = new SnapSettings() This feature allows the diagram objects to snap to the nearest interaction of gridlines while being dragged or resized. This feature enables easier alignment during layout or design. -Snapping to gridlines can be enabled or disabled with the [`SnapConstraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapConstraints.html) property of SnapSettings. Default value is None. +Snapping to gridlines can be enabled or disabled with the [SnapConstraints](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapConstraints.html) property of `SnapSettings`. Default value is None. {% tabs %} {% highlight xaml %} From 6345db9d737d2d635c051bd377e0152f620d90b5 Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:21:26 +0530 Subject: [PATCH 3/3] WPF-889895-Highlighted the properties and remove the highlight from the properties with link as Suggested in the Review --- wpf/Diagram/Snapping/DefineSnapping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Diagram/Snapping/DefineSnapping.md b/wpf/Diagram/Snapping/DefineSnapping.md index e58e02b38d..d033926a88 100644 --- a/wpf/Diagram/Snapping/DefineSnapping.md +++ b/wpf/Diagram/Snapping/DefineSnapping.md @@ -9,7 +9,7 @@ documentation: ug # Snapping in WPF Diagram (SfDiagram) -When you draw, resize, or move a diagramming element in the page, you can set it, so that it will align or snap to the nearest intersection in the page even when the grid is visible or not. However, you can control the alignment and snap-to capabilities of elements by using the snapping option of SfDiagram. +When you draw, resize, or move a diagramming element in the page, you can set it, so that it will align or snap to the nearest intersection in the page even when the grid is visible or not. However, you can control the alignment and snap-to capabilities of elements by using the snapping option of `SfDiagram`. The `SnapSettings` class and its properties allows you to snap the shapes to the ruler subdivisions more easily. @@ -71,7 +71,7 @@ diagram.SnapSettings.SnapToObject = SnapToObject.All; ## How to change the snap indication style -When snapping, cyan shade color indication lines will be shown. These indication lines styles can be customized by using the [`SnapIndicatorStyle`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapSettings.html#Syncfusion_UI_Xaml_Diagram_SnapSettings_SnapIndicatorStyle) property of `SnapSettings` class. +When snapping, cyan shade color indication lines will be shown. These indication lines styles can be customized by using the [SnapIndicatorStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapSettings.html#Syncfusion_UI_Xaml_Diagram_SnapSettings_SnapIndicatorStyle) property of `SnapSettings` class. {% tabs %} {% highlight xaml %}