Enum GraphvizPageDirection
Enumeration of possible page directions.
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public enum GraphvizPageDirection
Fields
Name | Description |
---|---|
BL | Major order: Bottom to Top, Minor order: Left to Right. |
BR | Major order: Bottom to Top, Minor order: Right to Left. |
LB | Major order: Left to Right, Minor order: Bottom to Top. |
LT | Major order: Left to Right, Minor order: Top to Bottom. |
RB | Major order: Right to Left, Minor order: Bottom to Top. |
RT | Major order: Right to Left, Minor order: Top to Bottom. |
TL | Major order: Top to Bottom, Minor order: Left to Right. |
TR | Major order: Top to Bottom, Minor order: Right to Left. |