Wizard.HeaderStyle Property
.NET Framework 3.0
Gets a reference to a Style object that defines the settings for the header area on the control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The HeaderStyle property defines the appearance for the header area on the Wizard control. The HeaderStyle property is read-only; however, you can set the properties of the Style object that it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the Style class (for example, CancelButtonStyle-ForeColor). You can set a property programmatically in the form Property.Subproperty (for example, CancelButtonStyle.ForeColor).
Common settings include custom background color, text color, and font properties.
Community Additions
ADD
Show: