C# Class SimpleMusicPlayer.Core.FormattedSlider

A Slider which provides a way to modify the auto tooltip text by using a format string.
Inheritance: System.Windows.Controls.Slider
显示文件 Open project: punker76/simple-music-player

Private Properties

Property Type Description
FormatAutoToolTipContent void

Protected Methods

Method Description
OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

Private Methods

Method Description
FormatAutoToolTipContent ( ) : void

Method Details

OnThumbDragDelta() protected method

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

OnThumbDragStarted() protected method

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