Class WizardPageType
Enumerates the different types of WizardPages supported.
Inheritance
System.Object
WizardPageType
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class WizardPageType : Enum
Fields
Blank
No banner will be displayed.
Declaration
public const WizardPageType Blank
Field Value
Type |
---|
WizardPageType |
Exterior
A left-banner with an image will be displayed. The title and description will be displayed to the right.
Declaration
public const WizardPageType Exterior
Field Value
Type |
---|
WizardPageType |
Interior
A top-banner with title, description and a image will be displayed.
Declaration
public const WizardPageType Interior
Field Value
Type |
---|
WizardPageType |