Enum Shape
Defines the supported element shapes available to renderers.
public enum Shape
Fields
Box = 0Renders a rectangular box.
Circle = 2Renders a circle.
Component = 14Renders the Structurizr-style component shape.
Cylinder = 6Renders a cylinder, typically for data stores.
Diamond = 5Renders a diamond.
Ellipse = 3Renders an ellipse.
Folder = 10Renders a folder.
Hexagon = 4Renders a hexagon.
MobileDeviceLandscape = 13Renders a mobile device in landscape orientation.
MobileDevicePortrait = 12Renders a mobile device in portrait orientation.
Person = 8Renders a person silhouette.
Pipe = 7Renders a pipe.
Robot = 9Renders a robot silhouette.
RoundedBox = 1Renders a rounded rectangular box.
WebBrowser = 11Renders a web browser window.