C# Class RaumfeldNET.WPFControls.RotaryVolumeControl

Inheritance: System.Windows.Controls.UserControl
Show file Open project: stoennies/raumwiese

Public Properties

Property 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

Property Type Description
isSliding System.Boolean

Public Methods

Method Description
RotaryVolumeControl ( ) : System

Protected Methods

Method Description
volumeValueChanged ( ) : void

Private Methods

Method 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 method

public RotaryVolumeControl ( ) : System
return System

volumeValueChanged() protected method

protected volumeValueChanged ( ) : void
return void

Property Details

IsMuteProperty public static property

public static DependencyProperty,System.Windows IsMuteProperty
return System.Windows.DependencyProperty

SliderTextProperty public static property

public static DependencyProperty,System.Windows SliderTextProperty
return System.Windows.DependencyProperty

ValueFromProperty public static property

public static DependencyProperty,System.Windows ValueFromProperty
return System.Windows.DependencyProperty

ValueProperty public static property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty

ValueToProperty public static property

public static DependencyProperty,System.Windows ValueToProperty
return System.Windows.DependencyProperty

freezeChangeTimeMS public property

public uint freezeChangeTimeMS
return uint

isSliding protected property

protected Boolean,System isSliding
return System.Boolean

timeStepTimeMS public property

public uint timeStepTimeMS
return uint