C# 클래스 RaumfeldNET.WPFControls.RotaryVolumeControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: stoennies/raumwiese

공개 프로퍼티들

프로퍼티 타입 설명
IsMuteProperty System.Windows.DependencyProperty
SliderTextProperty System.Windows.DependencyProperty
ValueFromProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
ValueToProperty System.Windows.DependencyProperty
freezeChangeTimeMS uint
timeStepTimeMS uint

보호된 프로퍼티들

프로퍼티 타입 설명
isSliding System.Boolean

공개 메소드들

메소드 설명
RotaryVolumeControl ( ) : System

보호된 메소드들

메소드 설명
volumeValueChanged ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RotaryVolumeControl() 공개 메소드

public RotaryVolumeControl ( ) : System
리턴 System

volumeValueChanged() 보호된 메소드

protected volumeValueChanged ( ) : void
리턴 void

프로퍼티 상세

IsMuteProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsMuteProperty
리턴 System.Windows.DependencyProperty

SliderTextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SliderTextProperty
리턴 System.Windows.DependencyProperty

ValueFromProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueFromProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty

ValueToProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueToProperty
리턴 System.Windows.DependencyProperty

freezeChangeTimeMS 공개적으로 프로퍼티

public uint freezeChangeTimeMS
리턴 uint

isSliding 보호되어 있는 프로퍼티

protected Boolean,System isSliding
리턴 System.Boolean

timeStepTimeMS 공개적으로 프로퍼티

public uint timeStepTimeMS
리턴 uint