Table of Contents

Enum MermaidDirection

Namespace
Graph1x.Serialization
Assembly
Graph1x.dll

Flow direction of a Mermaid flowchart, emitted in the flowchart header.

public enum MermaidDirection

Fields

BottomToTop = 2

Bottom to top (BT).

LeftToRight = 1

Left to right (LR).

RightToLeft = 3

Right to left (RL).

TopDown = 0

Top to bottom (TD). The Mermaid default.