| ZVON > Graphotron > Graphotron VCG |
| Intro / Search / ZVON |
| | graphotron | daVinci | >> vcg << | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/vcg |
| Element: | bordercolor |
| Description: | the color of the border. Default color is the textcolor |
| Values: | aquamarine, black, blue, cyan, darkblue, darkcyan, darkgreen, darkgrey, darkmagenta, darkred, darkyellow, gold, green, khaki, lightblue, lightcyan, lightgreen, lightgrey, lightmagenta, lightred, lightyellow, lilac, magenta, orange, orchid, pink, purple, red, turquoise, white, yellow, yellowgreen, integer |

|
XML Source
<source> <yellow>yellow</yellow> <yellowgreen>yellowgreen</yellowgreen> <orange>orange</orange> </source> |
Graphotron Source
<graphotron xmlns:vcg="http://zvon.org/graphotron/vcg" xmlns="http://zvon.org/graphotron" > <vertex match="/*/yellow"> <name select="."/> <vcg:bordercolor>yellow</vcg:bordercolor> </vertex> <vertex match="/*/yellowgreen"> <name select="."/> <vcg:bordercolor>yellowgreen</vcg:bordercolor> </vertex> <vertex match="/*/orange"> <name select="."/> <vcg:bordercolor>orange</vcg:bordercolor> </vertex> </graphotron> |