Class StencilConstraints
Specifies to enable/disable certain behavior of Stencil.
Inheritance
System.Object
StencilConstraints
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public sealed class StencilConstraints : Enum
Fields
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 |