Enum GraphvizVertexShape
Enumeration of possible vertex shapes.
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public enum GraphvizVertexShape
Fields
| Name | Description |
|---|---|
| Box | Box. |
| Circle | Circle. |
| Diamond | Diamond. |
| DoubleCircle | Double circle. |
| DoubleOctagon | Double octagon. |
| Egg | Egg. |
| Ellipse | Ellipse. |
| Hexagon | Hexagon. |
| House | House. |
| InvHouse | Inverted house. |
| InvTrapezium | Inverted trapezium. |
| InvTriangle | Inverted triangle. |
| MCircle | MCircle. |
| MDiamond | MDiamond. |
| MSquare | MSquare. |
| Octagon | Octagon. |
| Parallelogram | Parallelogram. |
| Pentagon | Pentagon. |
| Plaintext | Plain text. |
| Point | Point. |
| Polygon | Polygon. |
| Record | Record. |
| Rect | Rectangle (rect). |
| Rectangle | Rectangle. |
| Septagon | Septagon. |
| Trapezium | Trapezium. |
| Triangle | Triangle. |
| TripleOctagon | Triple octagon. |
| Unspecified | Unspecified. |