|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Visually represent the geometrical informations, process flow, or entities |
4 | | -description: How to visually represent the geometrical information and process flows as nodes? |
| 3 | +title: Node in Angular Diagram Control | Syncfusion |
| 4 | +description: Learn here about node support in Syncfusion Essential Angular Diagram Control, its elements, and more. |
5 | 5 | platform: Angular |
6 | 6 | control: Diagram |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Node |
| 10 | +# Node in Angular Diagram |
11 | 11 |
|
12 | 12 | Nodes are graphical objects used to visually represent the geometrical information, process flow, internal business procedure, entity, or any other kind of data. |
13 | 13 |
|
14 | | - |
| 14 | + |
15 | 15 |
|
16 | 16 | ## Create Node |
17 | 17 |
|
@@ -57,7 +57,7 @@ export class NodesComponent { |
57 | 57 |
|
58 | 58 | {% endhighlight %} |
59 | 59 |
|
60 | | - |
| 60 | + |
61 | 61 |
|
62 | 62 | ## Position |
63 | 63 |
|
@@ -95,7 +95,7 @@ export class NodesComponent { |
95 | 95 |
|
96 | 96 | {% endhighlight %} |
97 | 97 |
|
98 | | - |
| 98 | + |
99 | 99 |
|
100 | 100 | ## Types |
101 | 101 |
|
@@ -128,7 +128,7 @@ export class NodesComponent { |
128 | 128 |
|
129 | 129 | {% endhighlight %} |
130 | 130 |
|
131 | | - |
| 131 | + |
132 | 132 |
|
133 | 133 | ### Gradient |
134 | 134 |
|
@@ -205,7 +205,7 @@ export class PageSettingsComponent { |
205 | 205 |
|
206 | 206 | {% endhighlight %} |
207 | 207 |
|
208 | | - |
| 208 | + |
209 | 209 |
|
210 | 210 | ## Shadow |
211 | 211 |
|
@@ -234,7 +234,7 @@ export class NodesComponent { |
234 | 234 | {% endhighlight %} |
235 | 235 |
|
236 | 236 |
|
237 | | - |
| 237 | + |
238 | 238 |
|
239 | 239 | The following code illustrates how to disable shadow effect at runtime. |
240 | 240 |
|
@@ -292,7 +292,7 @@ export class NodesComponent { |
292 | 292 |
|
293 | 293 | {% endhighlight %} |
294 | 294 |
|
295 | | - |
| 295 | + |
296 | 296 |
|
297 | 297 | ## Icon |
298 | 298 |
|
@@ -361,13 +361,13 @@ export class ShapesComponent { |
361 | 361 |
|
362 | 362 | {% endhighlight %} |
363 | 363 |
|
364 | | - |
| 364 | + |
365 | 365 |
|
366 | | - |
| 366 | + |
367 | 367 |
|
368 | 368 | ## Interaction |
369 | 369 |
|
370 | | -Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/angular/Diagram/Interaction "Interaction"). |
| 370 | +Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/angular/diagram/interaction "Interaction"). |
371 | 371 |
|
372 | 372 | ## Constraints |
373 | 373 |
|
|
0 commit comments