From d463c5c5233f942cdd5783a1a75f7f38bbeb3b87 Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:10:03 +0530 Subject: [PATCH 1/2] WPF-889895-Corrected the Issues - Added api link for Gridlines class - Added question mark in "See Also" section links --- wpf/Diagram/Gridlines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Diagram/Gridlines.md b/wpf/Diagram/Gridlines.md index 1d7c88cec4..09923c9a21 100644 --- a/wpf/Diagram/Gridlines.md +++ b/wpf/Diagram/Gridlines.md @@ -9,7 +9,7 @@ documentation: ug # Gridlines in WPF Diagram (SfDiagram) -**Gridlines** are crisscross lines drawn in diagram page like the lines on traditional graph paper. It helps to position the diagram elements on the diagram page. +[Gridlines](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Gridlines.html) are crisscross lines drawn in diagram page like the lines on traditional graph paper. It helps to position the diagram elements on the diagram page. The [`SnapConstraints`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SnapSettings.html#Syncfusion_UI_Xaml_Diagram_SnapSettings_SnapConstraints) property of SnapSettings class allows you to control the visibility of the gridlines. @@ -180,6 +180,6 @@ Find the [Gridlines sample](https://github.com/SyncfusionExamples/WPF-Diagram-Ex ## See Also -[How to snap the objects on gridlines](/wpf/diagram/snapping/definesnapping) +[How to snap the objects on gridlines?](/wpf/diagram/snapping/definesnapping) [How to customize the appearance of the gridlines?](https://support.syncfusion.com/kb/article/7414/how-to-customize-the-appearance-of-gridlines-in-wpf-diagram-sfdiagram) \ No newline at end of file From fd04f381b8512d269d67978b25e2265650e368a8 Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:15:02 +0530 Subject: [PATCH 2/2] WPF-889895-Updated the Image and Sample links --- wpf/Diagram/Gridlines.md | 4 +++- .../Gridlines_images/LineIntervals.png | Bin 7296 -> 6824 bytes 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wpf/Diagram/Gridlines.md b/wpf/Diagram/Gridlines.md index 09923c9a21..091fd0cb37 100644 --- a/wpf/Diagram/Gridlines.md +++ b/wpf/Diagram/Gridlines.md @@ -106,6 +106,8 @@ public class Gridlinestyle : List