Class ActiveTool
Defines the reason for the activetool.
Inheritance
System.Object
ActiveTool
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ActiveTool : Enum
Fields
ControlPointDrag
Specifies to notify the control point dragging by using this tool.
Declaration
public const ActiveTool ControlPointDrag
Field Value
Type |
---|
ActiveTool |
Drag
Specifies to drag the diagram elements by using Drag tool.
Declaration
public const ActiveTool Drag
Field Value
Type |
---|
ActiveTool |
Draw
Specifies to draw the elements by using Draw tool.
Declaration
public const ActiveTool Draw
Field Value
Type |
---|
ActiveTool |
None
Disables all the diagram interaction.
Declaration
public const ActiveTool None
Field Value
Type |
---|
ActiveTool |
Pan
Specifies to pan the diagram by enable Pan tool.
Declaration
public const ActiveTool Pan
Field Value
Type |
---|
ActiveTool |
RubberBandSelection
Specifies to select the diagram elements by using this tool.
Declaration
public const ActiveTool RubberBandSelection
Field Value
Type |
---|
ActiveTool |
RubberBandZoom
Specifies to zoom the rubberband selection area.
Declaration
public const ActiveTool RubberBandZoom
Field Value
Type |
---|
ActiveTool |