From 3ec7603356d820a4ab769d67b81421ee9bdd2444 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Tue, 16 Jun 2026 16:49:35 +0300 Subject: [PATCH 1/3] Task(SEO-222721)-WinForms-Diagram-Eval-Action-plan-UG-works --- WindowsForms/Diagram/Context-Menu.md | 2 +- WindowsForms/Diagram/Data-Binding.md | 2 +- WindowsForms/Diagram/Drawing-Tool.md | 2 +- WindowsForms/Diagram/Dynamic-Properties.md | 2 +- WindowsForms/Diagram/Event-Handlers.md | 2 +- WindowsForms/Diagram/Getting-Started.md | 2 +- WindowsForms/Diagram/Gridlines.md | 2 +- WindowsForms/Diagram/Grouping.md | 2 +- WindowsForms/Diagram/Guides.md | 2 +- WindowsForms/Diagram/Layers.md | 2 +- WindowsForms/Diagram/Layout-Management.md | 2 +- WindowsForms/Diagram/Measurement-Units.md | 4 ++-- WindowsForms/Diagram/Nodes-or-Shapes.md | 2 +- WindowsForms/Diagram/Overview.md | 2 +- WindowsForms/Diagram/Ports-And-Connections.md | 2 +- WindowsForms/Diagram/Rulers.md | 2 +- WindowsForms/Diagram/Serialization/Diagram-Serialization.md | 2 +- WindowsForms/Diagram/Supported-Controls.md | 2 +- WindowsForms/Diagram/Touch-Support.md | 2 +- WindowsForms/Diagram/Zoom-And-Pan.md | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/WindowsForms/Diagram/Context-Menu.md b/WindowsForms/Diagram/Context-Menu.md index 2b3eacf54..fb59f72cb 100644 --- a/WindowsForms/Diagram/Context-Menu.md +++ b/WindowsForms/Diagram/Context-Menu.md @@ -11,7 +11,7 @@ documentation: ug ### Built-in context menu -The Essential® Diagram of Windows Forms provides built-in context menu support to the Diagram. +The Essential® [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) of Windows Forms provides built-in context menu support to the Diagram. All available tools for the Diagram control such as File options, Edit options, Action options, Layout, Connectors, and Shapes are listed in the built-in context menu. diff --git a/WindowsForms/Diagram/Data-Binding.md b/WindowsForms/Diagram/Data-Binding.md index 665452bc4..c379a921d 100644 --- a/WindowsForms/Diagram/Data-Binding.md +++ b/WindowsForms/Diagram/Data-Binding.md @@ -11,7 +11,7 @@ documentation: ug ### Populating the data -* Diagram can be populated with the nodes and connectors based on the information provided from an external data source. +* [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) can be populated with the nodes and connectors based on the information provided from an external data source. * Diagram exposes its specific data-related properties, which allow you specify the data source fields from where the node information has to be retrieved. To explore those properties, refer to the [Data source settings](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Diagram.Binding.html). diff --git a/WindowsForms/Diagram/Drawing-Tool.md b/WindowsForms/Diagram/Drawing-Tool.md index 609278fe0..33568cd45 100644 --- a/WindowsForms/Diagram/Drawing-Tool.md +++ b/WindowsForms/Diagram/Drawing-Tool.md @@ -10,7 +10,7 @@ documentation: ug # Drawing Tool in Windows Forms Diagram -Diagram control now provides a drawing tool to draw different types of connectors dynamically and connector types are listed below. +[WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control now provides a drawing tool to draw different types of connectors dynamically and connector types are listed below. 1. LineConnector 2. OrthogonalConnector diff --git a/WindowsForms/Diagram/Dynamic-Properties.md b/WindowsForms/Diagram/Dynamic-Properties.md index 141a78836..a9081ac5a 100644 --- a/WindowsForms/Diagram/Dynamic-Properties.md +++ b/WindowsForms/Diagram/Dynamic-Properties.md @@ -14,7 +14,7 @@ This feature lets the user add additional properties or data to the nodes and co The node’s [PropertyBag](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Diagram.Node.html#Syncfusion_Windows_Forms_Diagram_Node_PropertyBag) property, which is a key value pair, is used to add, edit, and remove the additional properties or data and can be serialized when saving the diagram. -The diagram has built-in UI dialogs to add, edit, and remove the dynamic properties. +The [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) has built-in UI dialogs to add, edit, and remove the dynamic properties. Use Case Scenario: diff --git a/WindowsForms/Diagram/Event-Handlers.md b/WindowsForms/Diagram/Event-Handlers.md index 720b6345c..369cbaaf0 100644 --- a/WindowsForms/Diagram/Event-Handlers.md +++ b/WindowsForms/Diagram/Event-Handlers.md @@ -13,7 +13,7 @@ This section elaborates on the following: ### Diagram Events -[DiagramViewerEventSink](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Diagram.DiagramViewerEventSink.html#) class contains the events specific to the diagram. The various events that can be invoked using this class are discussed in the following topics. +[DiagramViewerEventSink](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Diagram.DiagramViewerEventSink.html#) class contains the events specific to the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram). The various events that can be invoked using this class are discussed in the following topics. #### Node Collection Events diff --git a/WindowsForms/Diagram/Getting-Started.md b/WindowsForms/Diagram/Getting-Started.md index f9f6ffeed..c70d462d2 100644 --- a/WindowsForms/Diagram/Getting-Started.md +++ b/WindowsForms/Diagram/Getting-Started.md @@ -9,7 +9,7 @@ documentation: ug # Getting Started with Windows Forms Diagram -This section helps you understand and quickly get started using Essential® Diagram in your Windows Forms applications. Control appearance and structure are defined, and the relevant classes are depicted. +This section helps you understand and quickly get started using Essential® [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) in your Windows Forms applications. Control appearance and structure are defined, and the relevant classes are depicted. ## Assembly deployment diff --git a/WindowsForms/Diagram/Gridlines.md b/WindowsForms/Diagram/Gridlines.md index 7487eceb2..670eb6078 100644 --- a/WindowsForms/Diagram/Gridlines.md +++ b/WindowsForms/Diagram/Gridlines.md @@ -9,7 +9,7 @@ documentation: ug # Diagram Grid in Windows Forms Diagram -The Diagram grid is drawn with evenly spaced points that provides a visual guidance to the user. +The [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) grid is drawn with evenly spaced points that provides a visual guidance to the user. #### Behavior diff --git a/WindowsForms/Diagram/Grouping.md b/WindowsForms/Diagram/Grouping.md index e829501b0..6fd000009 100644 --- a/WindowsForms/Diagram/Grouping.md +++ b/WindowsForms/Diagram/Grouping.md @@ -12,7 +12,7 @@ documentation: ug A group is a node that acts as a transparent container for other nodes. A group is a composite node that controls a set of child nodes. The bounding rectangle of a group is the union of the bounds of its children. The group renders itself by iterating through its children and rendering them. Child nodes cannot be selected or manipulated individually. Members of the group are added and removed through the ICompositeNode interface. -There are two ways available to add a Group in diagram control: +There are two ways available to add a Group in [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control: 1. Add the children to the group manually with the help of Group class methods. The below code snippet creates a group with two nodes. diff --git a/WindowsForms/Diagram/Guides.md b/WindowsForms/Diagram/Guides.md index 39dc0b976..9f5da5e8f 100644 --- a/WindowsForms/Diagram/Guides.md +++ b/WindowsForms/Diagram/Guides.md @@ -10,7 +10,7 @@ documentation: ug # Guides in Windows Forms Diagram -Guides for the Diagram control are viewable, non printing guidelines used to align a diagram node with other nodes. They provide support to align a diagram node with the boundary, center, or margin of other nodes. +Guides for the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control are viewable, non printing guidelines used to align a diagram node with other nodes. They provide support to align a diagram node with the boundary, center, or margin of other nodes. You can also change the visual style of Guides by using its LineStyle property. diff --git a/WindowsForms/Diagram/Layers.md b/WindowsForms/Diagram/Layers.md index ad40b4c52..16b2bf730 100644 --- a/WindowsForms/Diagram/Layers.md +++ b/WindowsForms/Diagram/Layers.md @@ -9,7 +9,7 @@ documentation: ug # Layers in Windows Forms Diagram -Layers are transparent sheets that can be added to the model and the objects are added to it. Layers allow to categorically arrange a set of nodes onto the diagram. +Layers are transparent sheets that can be added to the model and the objects are added to it. Layers allow to categorically arrange a set of nodes onto the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram). diff --git a/WindowsForms/Diagram/Layout-Management.md b/WindowsForms/Diagram/Layout-Management.md index 99f56d6ef..75fabc5f8 100644 --- a/WindowsForms/Diagram/Layout-Management.md +++ b/WindowsForms/Diagram/Layout-Management.md @@ -13,7 +13,7 @@ Different Layout Manager are discussed under the following section: ## Manual Layout -The various types of Layout Managers that are supported by the diagram control to align nodes are as follows. +The various types of Layout Managers that are supported by the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control to align nodes are as follows. Some common Layout Manager settings are discussed in the below topic. diff --git a/WindowsForms/Diagram/Measurement-Units.md b/WindowsForms/Diagram/Measurement-Units.md index 07a1d5a5d..e72b3d6e4 100644 --- a/WindowsForms/Diagram/Measurement-Units.md +++ b/WindowsForms/Diagram/Measurement-Units.md @@ -9,7 +9,7 @@ documentation: ug # Measurement Units in Windows Forms Diagram -The Diagram control provides a multiple logical unit of measurement option. The following are the measurement units that are supported by the Diagram control. +The [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control provides a multiple logical unit of measurement option. The following are the measurement units that are supported by the Diagram control. * Pixel * Point @@ -63,7 +63,7 @@ The following code example illustrates to set measurement unit for the diagram. ### Custom Measurement unit -The MeasureUnits contain constant values to apply in our Diagram. So, you can use MeasureUnits.Custom to set the customized unit and specify the Custom Measurement unit value by using the Syncfusion.Windows.Forms.Diagram.Model.CustomUnitValue property. +The MeasureUnits contain constant values to apply in our [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram). So, you can use MeasureUnits.Custom to set the customized unit and specify the Custom Measurement unit value by using the Syncfusion.Windows.Forms.Diagram.Model.CustomUnitValue property. The following code example illustrates how to set custom measurement unit for the Diagram control. {% tabs %} diff --git a/WindowsForms/Diagram/Nodes-or-Shapes.md b/WindowsForms/Diagram/Nodes-or-Shapes.md index 51b933db2..414c60912 100644 --- a/WindowsForms/Diagram/Nodes-or-Shapes.md +++ b/WindowsForms/Diagram/Nodes-or-Shapes.md @@ -9,7 +9,7 @@ documentation: ug # Nodes or Shapes in Windows Forms Diagram -The Diagram control supports different kinds of nodes. The following are the nodes that are supported by the Diagram control: +The [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control supports different kinds of nodes. The following are the nodes that are supported by the Diagram control: * TextNode * Shape diff --git a/WindowsForms/Diagram/Overview.md b/WindowsForms/Diagram/Overview.md index 6113be103..e11cb0510 100644 --- a/WindowsForms/Diagram/Overview.md +++ b/WindowsForms/Diagram/Overview.md @@ -9,7 +9,7 @@ documentation: ug # Windows Forms Diagram Overview -This section covers information on Essential® Diagram control, its key features, and prerequisites to use the control, its compatibility with various OS and browsers and finally the documentation details complimentary with the product. It comprises the following sub sections: +This section covers information on Essential® [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control, its key features, and prerequisites to use the control, its compatibility with various OS and browsers and finally the documentation details complimentary with the product. It comprises the following sub sections: ## Introduction To Essential® Diagram diff --git a/WindowsForms/Diagram/Ports-And-Connections.md b/WindowsForms/Diagram/Ports-And-Connections.md index 366c43f78..33dff6c79 100644 --- a/WindowsForms/Diagram/Ports-And-Connections.md +++ b/WindowsForms/Diagram/Ports-And-Connections.md @@ -16,7 +16,7 @@ Port is an object used to establish a connection between the node and the link. ### Central Port -By default, the central port for a diagram is enabled using the EnableCentralPort property available for the node. +By default, the central port for a [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) is enabled using the EnableCentralPort property available for the node. diff --git a/WindowsForms/Diagram/Rulers.md b/WindowsForms/Diagram/Rulers.md index bb9521d08..241e3346a 100644 --- a/WindowsForms/Diagram/Rulers.md +++ b/WindowsForms/Diagram/Rulers.md @@ -9,7 +9,7 @@ documentation: ug # Rulers in Windows Forms Diagram -Rulers can be enabled by setting the ShowRulers property for the diagram control. The rulers will automatically inherit the MeasurementUnit set for the diagram model and get converted accordingly. +Rulers can be enabled by setting the ShowRulers property for the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control. The rulers will automatically inherit the MeasurementUnit set for the diagram model and get converted accordingly. The height of the ruler can be set through RulersHeight property. diff --git a/WindowsForms/Diagram/Serialization/Diagram-Serialization.md b/WindowsForms/Diagram/Serialization/Diagram-Serialization.md index 727c03f5c..657c6bd41 100644 --- a/WindowsForms/Diagram/Serialization/Diagram-Serialization.md +++ b/WindowsForms/Diagram/Serialization/Diagram-Serialization.md @@ -13,7 +13,7 @@ Serialization is the process of converting the state of diagram objects into a b ## Save -In the diagram, [DataContractSerializer](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractserializer?view=net-8.0) is used for serialization. The features provided by `DataContractSerializer` apply to diagram serialization, supporting saving the diagram to a stream while preserving all its properties. +In the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram), [DataContractSerializer](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractserializer?view=net-8.0) is used for serialization. The features provided by `DataContractSerializer` apply to diagram serialization, supporting saving the diagram to a stream while preserving all its properties. ### Saving a Diagram via Filename diff --git a/WindowsForms/Diagram/Supported-Controls.md b/WindowsForms/Diagram/Supported-Controls.md index 72631870d..bb62c24c1 100644 --- a/WindowsForms/Diagram/Supported-Controls.md +++ b/WindowsForms/Diagram/Supported-Controls.md @@ -11,7 +11,7 @@ documentation: ug The controls supported by Essential® Diagram are as follows. -The controls associated with the Diagram control are illustrated in the following image. +The controls associated with the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control are illustrated in the following image. diff --git a/WindowsForms/Diagram/Touch-Support.md b/WindowsForms/Diagram/Touch-Support.md index 4d37a2e0b..8fe86bb69 100644 --- a/WindowsForms/Diagram/Touch-Support.md +++ b/WindowsForms/Diagram/Touch-Support.md @@ -9,7 +9,7 @@ documentation: ug # Touch Support in Windows Forms Diagram -Touch support for Diagram control helps to create sophisticated diagrams quickly and easily by interacting with Diagram nodes through touch gestures such as Tap, Double Tap, Long Press, Pinch, and more. These touch gestures help you perform actions such as select, label text editing, open the context menu, zoom in, and zoom out. +Touch support for [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control helps to create sophisticated diagrams quickly and easily by interacting with Diagram nodes through touch gestures such as Tap, Double Tap, Long Press, Pinch, and more. These touch gestures help you perform actions such as select, label text editing, open the context menu, zoom in, and zoom out. ## Properties diff --git a/WindowsForms/Diagram/Zoom-And-Pan.md b/WindowsForms/Diagram/Zoom-And-Pan.md index 82a7d3660..88795b4e7 100644 --- a/WindowsForms/Diagram/Zoom-And-Pan.md +++ b/WindowsForms/Diagram/Zoom-And-Pan.md @@ -12,7 +12,7 @@ documentation: ug ## Zooming Support -One of the interactive features of Essential® Diagram is its zooming capabilities. This feature allows you to interactively zoom in and out of the diagram in the following ways: +One of the interactive features of Essential® Diagram is its zooming capabilities. This feature allows you to interactively zoom in and out of the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) in the following ways: * Zoom to the center of the diagram. * Zoom to the top left of the diagram. From e9d6bd17d015695a4789ce448649fe5332877040 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Tue, 16 Jun 2026 17:12:10 +0300 Subject: [PATCH 2/3] Added note to the specific pages noted in the loop --- WindowsForms/Diagram/Drawing-Tool.md | 2 ++ WindowsForms/Diagram/Getting-Started.md | 2 +- WindowsForms/Diagram/Gridlines.md | 3 +-- WindowsForms/Diagram/Nodes-or-Shapes.md | 2 ++ WindowsForms/Diagram/Rulers.md | 2 ++ 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/WindowsForms/Diagram/Drawing-Tool.md b/WindowsForms/Diagram/Drawing-Tool.md index 33568cd45..e284ff933 100644 --- a/WindowsForms/Diagram/Drawing-Tool.md +++ b/WindowsForms/Diagram/Drawing-Tool.md @@ -42,3 +42,5 @@ diagram1.Controller.ActivateTool("OrgLineConnectorTool") Please refer to the Connectors sample from Windows Forms control Panel and find navigation path for the Connector sample as link. Sample : Windows Forms Control Panel -> Diagram -> Getting Started -> Connectors + +N> Looking for the full WinForms Diagram component overview, features, pricing, and documentation? Visit the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) page. \ No newline at end of file diff --git a/WindowsForms/Diagram/Getting-Started.md b/WindowsForms/Diagram/Getting-Started.md index c70d462d2..697a5c25c 100644 --- a/WindowsForms/Diagram/Getting-Started.md +++ b/WindowsForms/Diagram/Getting-Started.md @@ -2195,4 +2195,4 @@ The following screenshot displays the organizational flow of diagram. ![Organizational flow in WindowsForms Diagram](getting-started_images/windowsforms-diagram-organizational-flow.png) -N> You can also explore our [WinForms Diagram example](https://github.com/syncfusion/winforms-demos/tree/master/diagram) that shows you how to render and configure the Diagram. \ No newline at end of file +N> Looking for the full WinForms Diagram component overview, features, pricing, and documentation? Visit the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) page. \ No newline at end of file diff --git a/WindowsForms/Diagram/Gridlines.md b/WindowsForms/Diagram/Gridlines.md index 670eb6078..628aee8a5 100644 --- a/WindowsForms/Diagram/Gridlines.md +++ b/WindowsForms/Diagram/Gridlines.md @@ -88,5 +88,4 @@ diagram1.View.Grid.SnapToGrid = true; ![Diagram-Gridlines](Diagram-Grid_images/Diagram-Grid_img1.jpeg) - - +N> Looking for the full WinForms Diagram component overview, features, pricing, and documentation? Visit the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) page. \ No newline at end of file diff --git a/WindowsForms/Diagram/Nodes-or-Shapes.md b/WindowsForms/Diagram/Nodes-or-Shapes.md index 414c60912..ae395543f 100644 --- a/WindowsForms/Diagram/Nodes-or-Shapes.md +++ b/WindowsForms/Diagram/Nodes-or-Shapes.md @@ -404,3 +404,5 @@ diagram1.Controller.RotatingStyle = RenderingHelperStyle.DashedOutline ![Node-Selections_img5](Nodes-or-Shapes_images/Node-Selections_img5.png) + +N> Looking for the full WinForms Diagram component overview, features, pricing, and documentation? Visit the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) page. \ No newline at end of file diff --git a/WindowsForms/Diagram/Rulers.md b/WindowsForms/Diagram/Rulers.md index 241e3346a..4a4b856ef 100644 --- a/WindowsForms/Diagram/Rulers.md +++ b/WindowsForms/Diagram/Rulers.md @@ -184,3 +184,5 @@ Sample diagram is as follows, ![Change HRuler Minor lines colors](Rulers_images/Rulers_img3.jpeg) + +N> Looking for the full WinForms Diagram component overview, features, pricing, and documentation? Visit the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) page. From 4ac6460dce29ac998f9cd2fb02ef62ff9d56d97d Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Fri, 19 Jun 2026 12:06:35 +0300 Subject: [PATCH 3/3] removed unwanted changes --- WindowsForms/Diagram/Context-Menu.md | 2 +- WindowsForms/Diagram/Getting-Started.md | 2 +- WindowsForms/Diagram/Overview.md | 2 +- WindowsForms/Diagram/Zoom-And-Pan.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WindowsForms/Diagram/Context-Menu.md b/WindowsForms/Diagram/Context-Menu.md index fb59f72cb..7b01dec9a 100644 --- a/WindowsForms/Diagram/Context-Menu.md +++ b/WindowsForms/Diagram/Context-Menu.md @@ -11,7 +11,7 @@ documentation: ug ### Built-in context menu -The Essential® [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) of Windows Forms provides built-in context menu support to the Diagram. +The [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) provides built-in context menu support to the Diagram. All available tools for the Diagram control such as File options, Edit options, Action options, Layout, Connectors, and Shapes are listed in the built-in context menu. diff --git a/WindowsForms/Diagram/Getting-Started.md b/WindowsForms/Diagram/Getting-Started.md index 697a5c25c..730ba45c5 100644 --- a/WindowsForms/Diagram/Getting-Started.md +++ b/WindowsForms/Diagram/Getting-Started.md @@ -9,7 +9,7 @@ documentation: ug # Getting Started with Windows Forms Diagram -This section helps you understand and quickly get started using Essential® [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) in your Windows Forms applications. Control appearance and structure are defined, and the relevant classes are depicted. +This section helps you understand and quickly get started using [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) in your Windows Forms applications. Control appearance and structure are defined, and the relevant classes are depicted. ## Assembly deployment diff --git a/WindowsForms/Diagram/Overview.md b/WindowsForms/Diagram/Overview.md index e11cb0510..bd3f9c655 100644 --- a/WindowsForms/Diagram/Overview.md +++ b/WindowsForms/Diagram/Overview.md @@ -9,7 +9,7 @@ documentation: ug # Windows Forms Diagram Overview -This section covers information on Essential® [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control, its key features, and prerequisites to use the control, its compatibility with various OS and browsers and finally the documentation details complimentary with the product. It comprises the following sub sections: +This section covers information on [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) control, its key features, and prerequisites to use the control, its compatibility with various OS and browsers and finally the documentation details complimentary with the product. It comprises the following sub sections: ## Introduction To Essential® Diagram diff --git a/WindowsForms/Diagram/Zoom-And-Pan.md b/WindowsForms/Diagram/Zoom-And-Pan.md index 88795b4e7..350bb7230 100644 --- a/WindowsForms/Diagram/Zoom-And-Pan.md +++ b/WindowsForms/Diagram/Zoom-And-Pan.md @@ -12,7 +12,7 @@ documentation: ug ## Zooming Support -One of the interactive features of Essential® Diagram is its zooming capabilities. This feature allows you to interactively zoom in and out of the [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) in the following ways: +One of the interactive features of [WinForms Diagram](https://www.syncfusion.com/winforms-ui-controls/diagram) is its zooming capabilities. This feature allows you to interactively zoom in and out of the diagram in the following ways: * Zoom to the center of the diagram. * Zoom to the top left of the diagram.