Class WindowType
Specifies the type of window for SfChromelessWindow.
Inheritance
System.Object
WindowType
Namespace: Syncfusion.Windows.Controls.Enum
Assembly: Syncfusion.SfChromelessWindow.Wpf.dll
Syntax
public sealed class WindowType : Enum
Fields
Normal
Standard window type with no special tabbing behavior.
Declaration
public const WindowType Normal
Field Value
| Type |
|---|
| WindowType |
Tabbed
Tabbed window type that supports multiple tabs within the window.
Declaration
public const WindowType Tabbed
Field Value
| Type |
|---|
| WindowType |