Class SymbolDropMode
Specifies the behavior of SymbolDropMode.
Inheritance
System.Object
SymbolDropMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SymbolDropMode : Enum
Fields
Cancel
Restrict to drop the Symbol to diagram from Stencil.
Declaration
public const SymbolDropMode Cancel
Field Value
Type |
---|
SymbolDropMode |
ContinueDragging
Specifies the Dragging state of the Symbol.
Declaration
public const SymbolDropMode ContinueDragging
Field Value
Type |
---|
SymbolDropMode |
Drop
Specifies the Drop state of the Symbol to drop the symbol from stencil.
Declaration
public const SymbolDropMode Drop
Field Value
Type |
---|
SymbolDropMode |