DiagramShapeType Enum
Lists built-in shapes’ types.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramShapeType
Members
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