From 9cdc0643f2b107cabe8a631229ca7a254847a832 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:36:42 +0530 Subject: [PATCH 1/2] SEO-2684-Coverage-Page-With-Redirect-UG --- aspnet/Diagram/Connector.md | 4 ++-- aspnet/Diagram/Node.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet/Diagram/Connector.md b/aspnet/Diagram/Connector.md index b5be45a25..4f8347fd0 100644 --- a/aspnet/Diagram/Connector.md +++ b/aspnet/Diagram/Connector.md @@ -691,7 +691,7 @@ The following code example illustrates how to customize the appearance of the de ![customize the appearance of the decorator](Connector_images/Connector_img23.png) ## Interaction -Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/aspnet/Diagram/Interaction#connection-editing "Connection Editing"). +Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/aspnet/diagram/interaction#connection-editing "Connection Editing"). ## Constraints -The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet/Diagram/Constraints#connectorconstraints "Connector Constraints"). \ No newline at end of file +The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet/diagram/constraints#connectorconstraints "Connector Constraints"). \ No newline at end of file diff --git a/aspnet/Diagram/Node.md b/aspnet/Diagram/Node.md index 835101caa..8e024d290 100644 --- a/aspnet/Diagram/Node.md +++ b/aspnet/Diagram/Node.md @@ -265,8 +265,8 @@ The angle, translation, and opacity of the Shadow can be customized with the `Sh ## Interaction -Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/aspnet/Diagram/Interaction "Interaction"). +Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/aspnet/diagram/interaction "Interaction"). ## Constraints -The `Constraints` property of node allows you to enable/disable certain features. For more information about node constraints, refer to [Node Constraints](/aspnet/Diagram/Constraints#NodeConstraints "Node Constraints"). +The `Constraints` property of node allows you to enable/disable certain features. For more information about node constraints, refer to [Node Constraints](/aspnet/diagram/constraints#NodeConstraints "Node Constraints"). From 11f1a9e38bbf8141557087b8eaeed849b8fe48d1 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:06:02 +0530 Subject: [PATCH 2/2] SEO-2684-Coverage-Page-With-Redirect-UG --- aspnet/Diagram/Connector.md | 2 +- aspnet/Diagram/Node.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/aspnet/Diagram/Connector.md b/aspnet/Diagram/Connector.md index 4f8347fd0..53f4c0d18 100644 --- a/aspnet/Diagram/Connector.md +++ b/aspnet/Diagram/Connector.md @@ -7,7 +7,7 @@ control: Diagram documentation: ug --- -# Connector +# Connector in ASP.NET Webforms Diagram Connectors are objects used to create link between two points, nodes or ports to represent the relationships between them. diff --git a/aspnet/Diagram/Node.md b/aspnet/Diagram/Node.md index 8e024d290..0390e7300 100644 --- a/aspnet/Diagram/Node.md +++ b/aspnet/Diagram/Node.md @@ -7,11 +7,11 @@ control: Diagram documentation: ug --- -# Node +# Node in ASP.NET Webforms Diagram Nodes are graphical object that represent visual data to be placed on the page. -![Diagram node](/aspnet/Diagram/Node_images/Node_img1.png) +![Diagram node](Node_images/Node_img1.png) ## Create Node @@ -34,7 +34,7 @@ To create a node, You have to create the node tag and add that to `Nodes` collec {% endhighlight %} -![add a node to the Diagram](/aspnet/Diagram/Node_images/Node_img2.png) +![add a node to the Diagram](Node_images/Node_img2.png) ### Add node at runtime @@ -62,7 +62,7 @@ Nodes can be added at runtime by using public method, `add`. The following code {% endhighlight %} -![add a node at run time](/aspnet/Diagram/Node_images/Node_img3.png) +![add a node at run time](Node_images/Node_img3.png) ### Add node from palette @@ -120,7 +120,7 @@ The following code illustrates how to change the `Pivot` value. {% endhighlight %} -![pivot relates offset values with node boundaries](/aspnet/Diagram/Node_images/Node_img4.png) +![pivot relates offset values with node boundaries](Node_images/Node_img4.png) ## Types @@ -142,7 +142,7 @@ You can customize the appearance of a node by changing its fill colors, patterns {% endhighlight %} -![customize the appearance of the shape](/aspnet/Diagram/Node_images/Node_img5.png) +![customize the appearance of the shape](Node_images/Node_img5.png) ### Gradient @@ -205,7 +205,7 @@ The `Gradient` property of Node allows you to define and applies the gradient ef {% endhighlight %} -![the gradient effect to that node](/aspnet/Diagram/Node_images/Node_img6.png) +![the gradient effect to that node](Node_images/Node_img6.png) ## Shadow @@ -225,7 +225,7 @@ The `Gradient` property of Node allows you to define and applies the gradient ef {% endhighlight %} -![add shadow effect to a node](/aspnet/Diagram/Node_images/Node_img7.png) +![add shadow effect to a node](Node_images/Node_img7.png) The following code illustrates how to disable shadow effect at runtime. @@ -261,7 +261,7 @@ The angle, translation, and opacity of the Shadow can be customized with the `Sh {% endhighlight %} -![customize shadow](/aspnet/Diagram/Node_images/Node_img8.png) +![customize shadow](Node_images/Node_img8.png) ## Interaction