From 2d061972d98084d3febc0c55a4abfb9a05e0fd35 Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:51:24 +0530 Subject: [PATCH 1/2] WPF-889895-Corrected the Mistakes --- wpf/Diagram/Scroll-Settings/AutoScrollLimit.md | 6 +++--- wpf/Diagram/Scroll-Settings/DragLimit.md | 14 +++++++------- wpf/Diagram/Scroll-Settings/ScrollLimit.md | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md b/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md index aed36a4b3d..68e6989aaa 100644 --- a/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md @@ -11,9 +11,9 @@ documentation: ug The auto-scroll limit allows you to define the scrollable region of the Diagram while the page is getting auto scrolled. The [`AutoScrollLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_AutoScrollLimit) property of scroll settings class helps to limit the auto scrolling area. It includes the following options: -* Infinity: Allows auto-scroll in all directions without any restriction. -* Diagram: Allows auto-scroll within the Diagram content. -* Limited: Allows auto-scroll within the specified area. +* **Infinity**: Allows auto-scroll in all directions without any restriction. +* **Diagram**: Allows auto-scroll within the Diagram content. +* **Limited**: Allows auto-scroll within the specified area. The default operation is `Infinity`. diff --git a/wpf/Diagram/Scroll-Settings/DragLimit.md b/wpf/Diagram/Scroll-Settings/DragLimit.md index f0bfdfe2cc..995e661c34 100644 --- a/wpf/Diagram/Scroll-Settings/DragLimit.md +++ b/wpf/Diagram/Scroll-Settings/DragLimit.md @@ -11,9 +11,9 @@ documentation: ug The drag limit allows you to define the dragging region of the Diagram while diagram objects are getting dragged. The [`DragLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_DragLimit) property of scroll settings class helps to limit the dragging area. It includes the following options: -* Infinity: Allows you to drag the diagram objects in all directions without any restriction. -* Diagram: Allows you to drag the diagram objects within the Diagram content. -* Limited: Allows you to drag the diagram objects within the specified area. The [`EditableArea`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_EditableArea) property is used to specify the area that is allowed to dragging. +* **Infinity**: Allows you to drag the diagram objects in all directions without any restriction. +* **Diagram**: Allows you to drag the diagram objects within the Diagram content. +* **Limited**: Allows you to drag the diagram objects within the specified area. The [`EditableArea`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_EditableArea) property is used to specify the area that is allowed to dragging. The default operation is `Infinity`. @@ -60,12 +60,12 @@ private void Diagram_SelectorChangedEvent(object sender, SelectorChangedEventArg {% seealso %} -[How to snap the diagram objects on the diagram page](/wpf/diagram/snapping/definesnapping) +[How to snap the diagram objects on the diagram page?](/wpf/diagram/snapping/definesnapping) -[How to change the page settings of the diagram control](/wpf/diagram/page-settings) +[How to change the page settings of the diagram control?](/wpf/diagram/page-settings) -[How to add the gridlines for the diagram control](/wpf/diagram/gridlines) +[How to add the gridlines for the diagram control?](/wpf/diagram/gridlines) -[How to add the rulers for the diagram control](/wpf/diagram/rulers) +[How to add the rulers for the diagram control?](/wpf/diagram/rulers) {% endseealso %} diff --git a/wpf/Diagram/Scroll-Settings/ScrollLimit.md b/wpf/Diagram/Scroll-Settings/ScrollLimit.md index 92c79bd0c1..4c92ce2fb5 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -11,9 +11,9 @@ documentation: ug The scroll limit allows you to define the scrollable region of the Diagram while mouse scrolling on the page. The [`ScrollLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_ScrollLimit) property of scroll settings helps to limit the scrolling area. It includes the following options: -* Infinity: Allows you to scroll in all directions without any restriction. -* Diagram: Allows you to scroll within the Diagram content. -* Limited: Allows you to scroll within the specified area. +* **Infinity**: Allows you to scroll in all directions without any restriction. +* **Diagram**: Allows you to scroll within the Diagram content. +* **Limited**: Allows you to scroll within the specified area. The default operation is `Diagram`. From d8ced9fbfd00f172e6c489793f90179324162e4a Mon Sep 17 00:00:00 2001 From: Satish Raj <154953536+satishraj-sf4377@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:27:09 +0530 Subject: [PATCH 2/2] WPF-889895-Removed the highlight from the properties with link --- wpf/Diagram/Scroll-Settings/AutoScrollLimit.md | 2 +- wpf/Diagram/Scroll-Settings/DragLimit.md | 4 ++-- wpf/Diagram/Scroll-Settings/ScrollLimit.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md b/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md index 68e6989aaa..4873c29c49 100644 --- a/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md @@ -9,7 +9,7 @@ documentation: ug # Auto-Scroll Limit in WPF Diagram (SfDiagram) -The auto-scroll limit allows you to define the scrollable region of the Diagram while the page is getting auto scrolled. The [`AutoScrollLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_AutoScrollLimit) property of scroll settings class helps to limit the auto scrolling area. It includes the following options: +The auto-scroll limit allows you to define the scrollable region of the Diagram while the page is getting auto scrolled. The [AutoScrollLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_AutoScrollLimit) property of scroll settings class helps to limit the auto scrolling area. It includes the following options: * **Infinity**: Allows auto-scroll in all directions without any restriction. * **Diagram**: Allows auto-scroll within the Diagram content. diff --git a/wpf/Diagram/Scroll-Settings/DragLimit.md b/wpf/Diagram/Scroll-Settings/DragLimit.md index 995e661c34..2d206d7091 100644 --- a/wpf/Diagram/Scroll-Settings/DragLimit.md +++ b/wpf/Diagram/Scroll-Settings/DragLimit.md @@ -9,11 +9,11 @@ documentation: ug # Drag Limit in WPF Diagram (SfDiagram) -The drag limit allows you to define the dragging region of the Diagram while diagram objects are getting dragged. The [`DragLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_DragLimit) property of scroll settings class helps to limit the dragging area. It includes the following options: +The drag limit allows you to define the dragging region of the Diagram while diagram objects are getting dragged. The [DragLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_DragLimit) property of scroll settings class helps to limit the dragging area. It includes the following options: * **Infinity**: Allows you to drag the diagram objects in all directions without any restriction. * **Diagram**: Allows you to drag the diagram objects within the Diagram content. -* **Limited**: Allows you to drag the diagram objects within the specified area. The [`EditableArea`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_EditableArea) property is used to specify the area that is allowed to dragging. +* **Limited**: Allows you to drag the diagram objects within the specified area. The [EditableArea](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_EditableArea) property is used to specify the area that is allowed to dragging. The default operation is `Infinity`. diff --git a/wpf/Diagram/Scroll-Settings/ScrollLimit.md b/wpf/Diagram/Scroll-Settings/ScrollLimit.md index 4c92ce2fb5..b7e629cae8 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -9,7 +9,7 @@ documentation: ug # Scroll Limit in WPF Diagram (SfDiagram) -The scroll limit allows you to define the scrollable region of the Diagram while mouse scrolling on the page. The [`ScrollLimit`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_ScrollLimit) property of scroll settings helps to limit the scrolling area. It includes the following options: +The scroll limit allows you to define the scrollable region of the Diagram while mouse scrolling on the page. The [ScrollLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.ScrollSettings.html#Syncfusion_UI_Xaml_Diagram_ScrollSettings_ScrollLimit) property of scroll settings helps to limit the scrolling area. It includes the following options: * **Infinity**: Allows you to scroll in all directions without any restriction. * **Diagram**: Allows you to scroll within the Diagram content.