WizardAppearanceCollection Properties
Contains appearance settings for the WizardControl.Name | Description |
---|---|
AeroWizardTitle | Contains the appearance settings used to paint the wizard control’s title (in the WizardStyle.WizardAero style). |
ExteriorPage | Contains appearance settings used to customize the inner regions of the Welcome Page and Completion Page, when the WizardStyle.Wizard97 style is applied. |
ExteriorPageTitle | Contains the appearance settings used to paint the titles of Welcome Page and Completion Page, when the WizardStyle.Wizard97 style is applied. |
IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
IsLoading | Gets whether the XtraWizard control is being initialized |
Page | Contains the appearance settings used to paint 1) the background and descriptions of inner pages in the WizardStyle.Wizard97 style, and 2) the background of all pages in the WizardStyle.WizardAero style. |
PageTitle | Contains the appearance settings used to paint 1) the titles of inner pages in the WizardStyle.Wizard97 style, and 2) the titles of all pages in the WizardStyle.WizardAero style. |
See Also