diff --git a/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md b/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md index aed36a4b3d..4873c29c49 100644 --- a/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/AutoScrollLimit.md @@ -9,11 +9,11 @@ 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. -* 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..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. +* **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..b7e629cae8 100644 --- a/wpf/Diagram/Scroll-Settings/ScrollLimit.md +++ b/wpf/Diagram/Scroll-Settings/ScrollLimit.md @@ -9,11 +9,11 @@ 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. -* 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`.