MermaidNodeShape Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shapes supported by Mermaid diagrams
public enum MermaidNodeShape
type MermaidNodeShape =
Public Enum MermaidNodeShape
- Inheritance
-
MermaidNodeShape
Fields
Name | Value | Description |
---|---|---|
SquareCornerRectangle | 0 | Rectangle with square corners |
RoundedCornerRectangle | 1 | Rectangle with rounded corners |
Circle | 2 | Circle |
Rhombus | 3 | Rhombus |
OddShape | 4 | Odd shape |