aspnet-js-diagramshapetype.md
Lists built-in shapes’ types.
declare enum DiagramShapeType {
Text = 0,
Rectangle = 1,
Ellipse = 2,
Cross = 3,
Triangle = 4,
Diamond = 5,
Heart = 6,
Pentagon = 7,
Hexagon = 8,
Octagon = 9,
Star = 10,
ArrowLeft = 11,
ArrowTop = 12,
ArrowRight = 13,
ArrowBottom = 14,
ArrowNorthSouth = 15,
ArrowEastWest = 16,
Process = 17,
Decision = 18,
Terminator = 19,
PredefinedProcess = 20,
Document = 21,
MultipleDocuments = 22,
ManualInput = 23,
Preparation = 24,
Data = 25,
Database = 26,
HardDisk = 27,
InternalStorage = 28,
PaperTape = 29,
ManualOperation = 30,
Delay = 31,
StoredData = 32,
Display = 33,
Merge = 34,
Connector = 35,
Or = 36,
SummingJunction = 37,
VerticalContainer = 38,
HorizontalContainer = 39,
CardWithImageOnLeft = 40,
CardWithImageOnTop = 41,
CardWithImageOnRight = 42,
}
| Name | Description |
|---|---|
ArrowBottom |
|
| ArrowEastWest |
|
| ArrowLeft |
|
| ArrowNorthSouth |
|
| ArrowRight |
|
| ArrowTop |
|
| CardWithImageOnLeft |
|
| CardWithImageOnRight |
|
| CardWithImageOnTop |
|
| Connector |
|
| Cross |
|
| Data |
|
| Database |
|
| Decision |
|
| Delay |
|
| Diamond |
|
| Display |
|
| Document |
|
| Ellipse |
|
| HardDisk |
|
| Heart |
|
| Hexagon |
|
| HorizontalContainer |
|
| InternalStorage |
|
| ManualInput |
|
| ManualOperation |
|
| Merge |
|
| MultipleDocuments |
|
| Octagon |
|
| Or |
|
| PaperTape |
|
| Pentagon |
|
| PredefinedProcess |
|
| Preparation |
|
| Process |
|
| Rectangle |
|
| Star |
|
| StoredData |
|
| SummingJunction |
|
| Terminator |
|
| Text |
Text
|
| Triangle |
|
| VerticalContainer |
|
See Also