Back to Devexpress

DiagramShapeType Enum

aspnetcore-devextreme-dot-aspnet-dot-mvc-9329f77c.md

latest4.6 KB
Original Source

DiagramShapeType Enum

Lists built-in shapes’ types.

Namespace : DevExtreme.AspNet.Mvc

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramShapeType

Members

NameDescription
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

DevExtreme.AspNet.Mvc Namespace