Skip to content

Commit dfaaf32

Browse files
Merge pull request #267 from Syncfusion-Content/hotfix/hotfix-v20.3.0.47
DOCINFRA-2341_merged_using_automation
2 parents e081f5a + 8c9b51e commit dfaaf32

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

aspnet/Diagram/Connector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Diagram
77
documentation: ug
88
---
99

10-
# Connector
10+
# Connector in ASP.NET Webforms Diagram
1111

1212
Connectors are objects used to create link between two points, nodes or ports to represent the relationships between them.
1313

@@ -691,7 +691,7 @@ The following code example illustrates how to customize the appearance of the de
691691
![customize the appearance of the decorator](Connector_images/Connector_img23.png)
692692

693693
## Interaction
694-
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").
694+
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").
695695

696696
## Constraints
697-
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").
697+
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").

aspnet/Diagram/Node.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ control: Diagram
77
documentation: ug
88
---
99

10-
# Node
10+
# Node in ASP.NET Webforms Diagram
1111

1212
Nodes are graphical object that represent visual data to be placed on the page.
1313

14-
![Diagram node](/aspnet/Diagram/Node_images/Node_img1.png)
14+
![Diagram node](Node_images/Node_img1.png)
1515

1616
## Create Node
1717

@@ -34,7 +34,7 @@ To create a node, You have to create the node tag and add that to `Nodes` collec
3434

3535
{% endhighlight %}
3636

37-
![add a node to the Diagram](/aspnet/Diagram/Node_images/Node_img2.png)
37+
![add a node to the Diagram](Node_images/Node_img2.png)
3838

3939
### Add node at runtime
4040

@@ -62,7 +62,7 @@ Nodes can be added at runtime by using public method, `add`. The following code
6262

6363
{% endhighlight %}
6464

65-
![add a node at run time](/aspnet/Diagram/Node_images/Node_img3.png)
65+
![add a node at run time](Node_images/Node_img3.png)
6666

6767
### Add node from palette
6868

@@ -120,7 +120,7 @@ The following code illustrates how to change the `Pivot` value.
120120

121121
{% endhighlight %}
122122

123-
![pivot relates offset values with node boundaries](/aspnet/Diagram/Node_images/Node_img4.png)
123+
![pivot relates offset values with node boundaries](Node_images/Node_img4.png)
124124

125125
## Types
126126

@@ -142,7 +142,7 @@ You can customize the appearance of a node by changing its fill colors, patterns
142142

143143
{% endhighlight %}
144144

145-
![customize the appearance of the shape](/aspnet/Diagram/Node_images/Node_img5.png)
145+
![customize the appearance of the shape](Node_images/Node_img5.png)
146146

147147
### Gradient
148148

@@ -205,7 +205,7 @@ The `Gradient` property of Node allows you to define and applies the gradient ef
205205
206206
{% endhighlight %}
207207

208-
![the gradient effect to that node](/aspnet/Diagram/Node_images/Node_img6.png)
208+
![the gradient effect to that node](Node_images/Node_img6.png)
209209

210210
## Shadow
211211

@@ -225,7 +225,7 @@ The `Gradient` property of Node allows you to define and applies the gradient ef
225225
{% endhighlight %}
226226

227227

228-
![add shadow effect to a node](/aspnet/Diagram/Node_images/Node_img7.png)
228+
![add shadow effect to a node](Node_images/Node_img7.png)
229229

230230
The following code illustrates how to disable shadow effect at runtime.
231231

@@ -261,12 +261,12 @@ The angle, translation, and opacity of the Shadow can be customized with the `Sh
261261
262262
{% endhighlight %}
263263

264-
![customize shadow](/aspnet/Diagram/Node_images/Node_img8.png)
264+
![customize shadow](Node_images/Node_img8.png)
265265

266266
## Interaction
267267

268-
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").
268+
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").
269269

270270
## Constraints
271271

272-
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").
272+
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").

0 commit comments

Comments
 (0)