C# Class WaveEngine.Components.UI.ProgressBar

Progress bar decorate class
Inheritance: UIBase
Show file Open project: WaveEngine/Components Class Usage Examples

Private Properties

Property Type Description
ProgressBar_ValueChanged void

Public Methods

Method Description
ProgressBar ( ) : System

Initializes a new instance of the ProgressBar class.

ProgressBar ( string name ) : System

Initializes a new instance of the ProgressBar class.

Private Methods

Method Description
ProgressBar_ValueChanged ( object sender, ChangedEventArgs e ) : void

Handles the ValueChanged event of the ProgressBar control.

Method Details

ProgressBar() public method

Initializes a new instance of the ProgressBar class.
public ProgressBar ( ) : System
return System

ProgressBar() public method

Initializes a new instance of the ProgressBar class.
public ProgressBar ( string name ) : System
name string The name.
return System