C# Class RaumfeldNET.WPFControls.RotaryVolumeControl

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: stoennies/raumwiese

Méthodes publiques

Свойство Type Description
IsMuteProperty System.Windows.DependencyProperty
SliderTextProperty System.Windows.DependencyProperty
ValueFromProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
ValueToProperty System.Windows.DependencyProperty
freezeChangeTimeMS uint
timeStepTimeMS uint

Protected Properties

Свойство Type Description
isSliding System.Boolean

Méthodes publiques

Méthode Description
RotaryVolumeControl ( ) : System

Méthodes protégées

Méthode Description
volumeValueChanged ( ) : void

Private Methods

Méthode Description
freezeTimer_Elapsed ( object sender, System e, uint _oldValue ) : void
rotaryButton_valueChangedSink ( RotaryButtonControl _rotaryButtonControl, double _newValue ) : void
slider_muteStateChangedSink ( VolumeSliderControl _volumeSliderControl, bool _newValue ) : void
slider_valueChangedSink ( VolumeSliderControl _volumeSliderControl, uint _newValue ) : void
stepTimer_Elapsed ( object sender, System e, uint _oldValue ) : void

Method Details

RotaryVolumeControl() public méthode

public RotaryVolumeControl ( ) : System
Résultat System

volumeValueChanged() protected méthode

protected volumeValueChanged ( ) : void
Résultat void

Property Details

IsMuteProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsMuteProperty
Résultat System.Windows.DependencyProperty

SliderTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows SliderTextProperty
Résultat System.Windows.DependencyProperty

ValueFromProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueFromProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty

ValueToProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueToProperty
Résultat System.Windows.DependencyProperty

freezeChangeTimeMS public_oe property

public uint freezeChangeTimeMS
Résultat uint

isSliding protected_oe property

protected Boolean,System isSliding
Résultat System.Boolean

timeStepTimeMS public_oe property

public uint timeStepTimeMS
Résultat uint