Click or drag to resize
Wizard .NET Library

WizardControlClassicStyle Property

Gets or sets the style applied to the body of a WizardControl when on XP or earlier or when a Basic theme is applied.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(typeof(WizardClassicStyle), "AeroStyle")]
public WizardClassicStyle ClassicStyle { get; set; }
Request Example View Source

Property Value

Type: WizardClassicStyle
A WizardClassicStyle value which determines the style.
See Also