C# Class WaveEngine.Components.UI.Slider

UI Slider decorate class
Inheritance: UIBase
Show file Open project: WaveEngine/Components Class Usage Examples

Private Properties

Property Type Description
Slider_RealTimeValueChanged void
Slider_ValueChanged void

Public Methods

Method Description
Slider ( ) : System

Initializes a new instance of the Slider class.

Slider ( string name ) : System

Initializes a new instance of the Slider class.

Private Methods

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

Handles the RealTimeValueChanged event of the Slider control.

Slider_ValueChanged ( object sender, ChangedEventArgs e ) : void

Handles the ValueChanged event of the Slider control.

Method Details

Slider() public method

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

Slider() public method

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