diff --git a/wpf/Diagram/Gridlines.md b/wpf/Diagram/Gridlines.md index 1d7c88cec4..091fd0cb37 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. @@ -106,6 +106,8 @@ public class Gridlinestyle : List