Enum BasicShapes
Used to define BasicShapes in diagram
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum BasicShapes
Fields
Name | Description |
---|---|
Cylinder | Used to specify node Shape as cylinder |
Decagon | Used to specify node Shape as decagon |
Ellipse | Used to specify node Shape as ellipse |
Heptagon | Used to specify node Shape as heptagon |
Octagon | Used to specify node Shape as octagon |
Path | Used to specify node Shape as path |
Pentagon | Used to specify node Shape as pentagon |
Plus | Used to specify node Shape as plus |
Polygon | Used to specify node Shape as polygon |
Rectangle | Used to specify node Shape as rectangle |
RightTriangle | Used to specify node Shape as righttriangle |
Star | Used to specify node Shape as star |
Trapezoid | Used to specify node Shape as trapezoid |
Triangle | Used to specify node Shape as triangle |