C# 클래스 SimpleMusicPlayer.Core.FormattedSlider

A Slider which provides a way to modify the auto tooltip text by using a format string.
상속: System.Windows.Controls.Slider
파일 보기 프로젝트 열기: punker76/simple-music-player

Private Properties

프로퍼티 타입 설명
FormatAutoToolTipContent void

보호된 메소드들

메소드 설명
OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

비공개 메소드들

메소드 설명
FormatAutoToolTipContent ( ) : void

메소드 상세

OnThumbDragDelta() 보호된 메소드

protected OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
e System.Windows.Controls.Primitives.DragDeltaEventArgs
리턴 void

OnThumbDragStarted() 보호된 메소드

protected OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
e System.Windows.Controls.Primitives.DragStartedEventArgs
리턴 void