Свойство | Type | Description | |
---|---|---|---|
Source | string | ||
color | string | ||
constraint | bool? | ||
fontsize | int? | ||
label | string | ||
style | string |
Méthode | Description | |
---|---|---|
GraphVizEdge ( int source, int target ) : System | ||
GraphVizEdge ( string source, string target ) : System | ||
Save ( |
public GraphVizEdge ( int source, int target ) : System | ||
source | int | |
target | int | |
Résultat | System |
public GraphVizEdge ( string source, string target ) : System | ||
source | string | |
target | string | |
Résultat | System |
public Save ( |
||
writer | ||
Résultat | void |