Back to Devexpress

DiagramShapeType Enum

aspnet-devexpress-dot-web-dot-aspxdiagram-35963d79.md

latest5.0 KB
Original Source

DiagramShapeType Enum

Lists built-in shapes’ types.

Namespace : DevExpress.Web.ASPxDiagram

Assembly : DevExpress.Web.ASPxDiagram.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DiagramShapeType
vb
Public Enum DiagramShapeType

Members

NameDescription
Unset

The shape type is not set.

| | 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 |

|

The following properties accept/return DiagramShapeType values:

See Also

js-DiagramShapeType

DevExpress.Web.ASPxDiagram Namespace