Class DisplayMode
Defines constants that specify how the stencil is shown in a window.
Inheritance
System.Object
DisplayMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class DisplayMode : Enum
Fields
Compact
The stencil always shows as a narrow sliver which can be opened to full width.
Declaration
public const DisplayMode Compact
Field Value
Type |
---|
DisplayMode |
Expanded
Specifies to update the Expanded state of the stencil
Declaration
public const DisplayMode Expanded
Field Value
Type |
---|
DisplayMode |