Click or drag to resize
Wizard .NET Library

StepWizardControlStepListWidth Property

Gets or sets the width of the step list.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(150)]
public int StepListWidth { get; set; }
Request Example View Source

Property Value

Type: Int32
The width of the step list.
See Also