Class DrawingTool
Specifies the type of object to be drawn through drawing tool.
Inheritance
System.Object
DrawingTool
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class DrawingTool : Enum
Fields
Connector
Enables or disables to draw a connector.
Declaration
public const DrawingTool Connector
Field Value
Type |
---|
DrawingTool |
Ellipse
Enables or disables to draw ellipse shaped node.
Declaration
public const DrawingTool Ellipse
Field Value
Type |
---|
DrawingTool |
FreeHand
Enables or disables to draw node or connector.
Declaration
public const DrawingTool FreeHand
Field Value
Type |
---|
DrawingTool |
Node
Enables or disables to draw a node.
Declaration
public const DrawingTool Node
Field Value
Type |
---|
DrawingTool |
None
Disables all behaviors of the control.
Declaration
public const DrawingTool None
Field Value
Type |
---|
DrawingTool |
Rectangle
Enables or disables to draw rectangle shaped node.
Declaration
public const DrawingTool Rectangle
Field Value
Type |
---|
DrawingTool |
TextNode
Enables or disables to draw textbox node.
Declaration
public const DrawingTool TextNode
Field Value
Type |
---|
DrawingTool |