Свойство | Тип | Описание | |
---|---|---|---|
Source | string | ||
color | string | ||
constraint | bool? | ||
fontsize | int? | ||
label | string | ||
style | string |
Метод | Описание | |
---|---|---|
GraphVizEdge ( int source, int target ) : System | ||
GraphVizEdge ( string source, string target ) : System | ||
Save ( |
public GraphVizEdge ( int source, int target ) : System | ||
source | int | |
target | int | |
Результат | System |
public GraphVizEdge ( string source, string target ) : System | ||
source | string | |
target | string | |
Результат | System |
public Save ( |
||
writer | ||
Результат | void |