@@ -7,11 +7,11 @@ control: Diagram
77documentation : ug
88---
99
10- # Node
10+ # Node in ASP.NET Webforms Diagram
1111
1212Nodes 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
230230The following code illustrates how to disable shadow effect at runtime.
231231
@@ -261,7 +261,7 @@ 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
0 commit comments