Class StencilConstraints
Specifies to enable/disable certain behavior of Stencil.
Inheritance
System.Object
StencilConstraints
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class StencilConstraints : Enum
Fields
AllowDragDrop
Speficies a value that allows to drag-and-drop the symbols within the Syncfusion.UI.Xaml.Diagram.Stencil.
Declaration
public const StencilConstraints AllowDragDrop
Field Value
Type |
---|
StencilConstraints |
Commands
Enables or disables Commands behavior.
Declaration
public const StencilConstraints Commands
Field Value
Type |
---|
StencilConstraints |
ContextMenu
Enables or disables the context menu.
Declaration
public const StencilConstraints ContextMenu
Field Value
Type |
---|
StencilConstraints |
Default
Enables or Disables the filtering and GroupExpanded of Symbols.
Declaration
public const StencilConstraints Default
Field Value
Type |
---|
StencilConstraints |
Filters
Enables or Disables the filtering of Symbols.
Declaration
public const StencilConstraints Filters
Field Value
Type |
---|
StencilConstraints |
GroupExpanded
Enables or Disables the GroupExpanded of Symbols.
Declaration
public const StencilConstraints GroupExpanded
Field Value
Type |
---|
StencilConstraints |
None
Disables all the behavior for StencilConstraints.
Declaration
public const StencilConstraints None
Field Value
Type |
---|
StencilConstraints |
ShowPreview
Enables or Disables the drag and drop preview. Defines the preview for drag an item from Stencil to Diagram, a preview of the dragged item will be displayed.
Declaration
public const StencilConstraints ShowPreview
Field Value
Type |
---|
StencilConstraints |