Table of Contents

Enum Shape

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Defines the supported element shapes available to renderers.

public enum Shape

Fields

Box = 0

Renders a rectangular box.

Circle = 2

Renders a circle.

Component = 14

Renders the Structurizr-style component shape.

Cylinder = 6

Renders a cylinder, typically for data stores.

Diamond = 5

Renders a diamond.

Ellipse = 3

Renders an ellipse.

Folder = 10

Renders a folder.

Hexagon = 4

Renders a hexagon.

MobileDeviceLandscape = 13

Renders a mobile device in landscape orientation.

MobileDevicePortrait = 12

Renders a mobile device in portrait orientation.

Person = 8

Renders a person silhouette.

Pipe = 7

Renders a pipe.

Robot = 9

Renders a robot silhouette.

RoundedBox = 1

Renders a rounded rectangular box.

WebBrowser = 11

Renders a web browser window.