Class SymbolSelectionMode
Specifies the symbol selection mode of the Stencil.
Inheritance
System.Object
SymbolSelectionMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SymbolSelectionMode : Enum
Fields
Multiple
Enables the multiple selection for stencil elements.
Declaration
public const SymbolSelectionMode Multiple
Field Value
Type |
---|
SymbolSelectionMode |
Single
Enables the single selection for stencil elements.
Declaration
public const SymbolSelectionMode Single
Field Value
Type |
---|
SymbolSelectionMode |