Enum GraphvizLabelJustification
Enumeration of possible label justification.
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public enum GraphvizLabelJustification
Fields
| Name | Description |
|---|---|
| C | Centered. |
| L | Left justification. |
| R | Right justification. |