Wizard.NavigationStyle Property
Assembly: System.Web (in system.web.dll)
/** @property */ public TableItemStyle get_NavigationStyle ()
public function get NavigationStyle () : TableItemStyle
Not applicable.
Property Value
A reference to the Style that defines the style settings for the navigation area on the Wizard.The NavigationStyle property defines the appearance for the navigation area on the Wizard control. The NavigationStyle 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.
The style settings for the NavigationStyle property are merged with the style settings for the Wizard control. Any settings that are applied in the NavigationStyle property override the corresponding settings in the properties of the Wizard control.
The following Wizard style properties are overridden by the NavigationStyle settings: