Class SymbolsDisplayMode
Specifies how the symbols should be displayed in the Stencil.
Inheritance
System.Object
SymbolsDisplayMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SymbolsDisplayMode : Enum
Fields
IconsOnly
Shows only the icon of the symbol in the stencil.
Declaration
public const SymbolsDisplayMode IconsOnly
Field Value
Type |
---|
SymbolsDisplayMode |
NamesUnderIcons
Shows the symbol name under the icon of the symbol in the stencil.
Declaration
public const SymbolsDisplayMode NamesUnderIcons
Field Value
Type |
---|
SymbolsDisplayMode |