| Contents > Glossaries > Style examples | Index |
Rooted vectors
The start point of each vector is marked with the current marker.

sp.VectorStyle = VectorStyles.Rooted;
This could be used (along with Terminated) to draw all the nodes on a directed graph.
| Contents > Glossaries > Style examples | Index |
The start point of each vector is marked with the current marker.

sp.VectorStyle = VectorStyles.Rooted;
This could be used (along with Terminated) to draw all the nodes on a directed graph.