Class Tool
Specifies to enable/disable the interactive behaviors of SfDiagram.
Inheritance
System.Object
Tool
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class Tool : Enum
Fields
ContinuesDraw
Enables or disables to draw a nodes or connectors continuously.
Declaration
public const Tool ContinuesDraw
Field Value
Type |
---|
Tool |
DrawOnce
Enables or disables to draw a node or connector only once.
Declaration
public const Tool DrawOnce
Field Value
Type |
---|
Tool |
MultipleSelect
Enables or disables multiple selection (rubber band selection and normal selection) behavior.
Declaration
public const Tool MultipleSelect
Field Value
Type |
---|
Tool |
None
Disables all behaviors of the control.
Declaration
public const Tool None
Field Value
Type |
---|
Tool |
SingleSelect
Enables or disables to select the diagramming objects only once.
Declaration
public const Tool SingleSelect
Field Value
Type |
---|
Tool |
ZoomPan
Enables or disables zooming and panning behavior of the control.
Declaration
public const Tool ZoomPan
Field Value
Type |
---|
Tool |