aspnetcore-devextreme-dot-aspnet-dot-mvc-9329f77c.md
Lists built-in shapes’ types.
Namespace : DevExtreme.AspNet.Mvc
Assembly : DevExtreme.AspNet.Core.dll
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramShapeType
| Name | Description |
|---|---|
Text |
Text
|
| Rectangle |
|
| Ellipse |
|
| Cross |
|
| Triangle |
|
| Diamond |
|
| Heart |
|
| Pentagon |
|
| Hexagon |
|
| Octagon |
|
| Star |
|
| ArrowLeft |
|
| ArrowTop |
|
| ArrowRight |
|
| ArrowBottom |
|
| ArrowNorthSouth |
|
| ArrowEastWest |
|
| Process |
|
| Decision |
|
| Terminator |
|
| PredefinedProcess |
|
| Document |
|
| MultipleDocuments |
|
| ManualInput |
|
| Preparation |
|
| Data |
|
| Database |
|
| HardDisk |
|
| InternalStorage |
|
| PaperTape |
|
| ManualOperation |
|
| Delay |
|
| StoredData |
|
| Display |
|
| Merge |
|
| Connector |
|
| Or |
|
| SummingJunction |
|
| VerticalContainer |
|
| HorizontalContainer |
|
| CardWithImageOnLeft |
|
| CardWithImageOnTop |
|
| CardWithImageOnRight |
|
See Also