Enum GraphvizArrowClipping
Enumeration of possible arrow clippings. See more
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public enum GraphvizArrowClipping
Fields
| Name | Description |
|---|---|
| Left | Clip the shape, leaving only the part to the left of the edge. |
| None | No clipping. |
| Right | Clip the shape, leaving only the part to the right of the edge. |