Enum Shapes
Defines the shape of a node Path - Sets the type of the node as Path Text - Sets the type of the node as Text Image - Sets the type of the node as Image Basic - Sets the type of the node as Basic Flow - Sets the type of the node as Flow Bpmn - Sets the type of the node as Bpmn Native - Sets the type of the node as Native HTML - Sets the type of the node as HTML
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public enum Shapes
Fields
| Name |
|---|
| Basic |
| Bpmn |
| Container |
| Flow |
| HTML |
| Image |
| Native |
| Path |
| SwimLane |
| Text |
| UmlActivity |
| UmlClassifier |