Enum MermaidDirection
- Namespace
- Graph1x.Serialization
- Assembly
- Graph1x.dll
Flow direction of a Mermaid flowchart, emitted in the
flowchart header.
public enum MermaidDirection
Fields
BottomToTop = 2Bottom to top (
BT).LeftToRight = 1Left to right (
LR).RightToLeft = 3Right to left (
RL).TopDown = 0Top to bottom (
TD). The Mermaid default.