Enum DrawingTool
Specifies the type of object to be drawn through drawing tool.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum DrawingTool
Fields
| Name | Description |
|---|---|
| Connector | Enables or disables to draw a connector. |
| Ellipse | Enables or disables to draw ellipse shaped node. |
| FreeHand | Enables or disables to draw node or connector. |
| Node | Enables or disables to draw a node. |
| None | Disables all behaviors of the control. |
| Rectangle | Enables or disables to draw rectangle shaped node. |
| TextNode | Enables or disables to draw textbox node. |