C# Class WaveEngine.Components.UI.Slider

UI Slider decorate class
Inheritance: UIBase
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Private Properties

Свойство Type Description
Slider_RealTimeValueChanged void
Slider_ValueChanged void

Méthodes publiques

Méthode 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

Méthode 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 méthode

Initializes a new instance of the Slider class.
public Slider ( ) : System
Résultat System

Slider() public méthode

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