Enum ShapeType
Specifies type of the Shape.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ShapeType
Fields
Name | Description |
---|---|
Arc | Specifies arc shape. |
Bezier | Specifies bezier shape. |
Ellipse | Specifies ellipse shape. |
Image | Specifies image shape. |
Line | Specifies line shape. |
Path | Specifies path shape. |
Pie | Specifies pie shape. |
Polygon | Specifies polygon shape. |
Rectangle | Specifies rectangle shape. |
Text | Specifies text shape. |