Skip to content

Commit 7ceb7ac

Browse files
WPF-962531_UnwantedLinesRemoved
1 parent ec9a570 commit 7ceb7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpf/Diagram/Gridlines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Find the [Gridlines Custom Spacing Sample](https://github.com/SyncfusionExamples
182182

183183
## Static GridLines
184184

185-
The [`DynamicZoom`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Gridlines.html#Syncfusion_UI_Xaml_Diagram_Gridlines_DynamicZoom) property of the [`GridLines`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Gridlines.html) class allows you to control whether the horizontal and vertical gridlines should zoom in or out during zooming operations. To prevent the gridlines from zooming, set this property to `false`. By default, the **DynamicZoom** property is set to `true`.
185+
The [`DynamicZoom`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Gridlines.html#Syncfusion_UI_Xaml_Diagram_Gridlines_DynamicZoom) property of the [`GridLines`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Gridlines.html) class allows you to control whether the gridlines should zoom in or out during zooming operations. To prevent the gridlines from zooming, set this property to `false`. By default, the **DynamicZoom** property is set to `true`.
186186

187187
{% tabs %}
188188
{% highlight xaml %}

0 commit comments

Comments
 (0)