C# Class RaumfeldNET.WPFControls.RotaryVolumeControl

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo 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_oe static_oe property

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

SliderTextProperty public_oe static_oe property

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

ValueFromProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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

ValueToProperty public_oe static_oe property

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

freezeChangeTimeMS public_oe property

public uint freezeChangeTimeMS
return uint

isSliding protected_oe property

protected Boolean,System isSliding
return System.Boolean

timeStepTimeMS public_oe property

public uint timeStepTimeMS
return uint