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
Afficher le fichier Open project: punker76/simple-music-player

Private Properties

Свойство Type Description
FormatAutoToolTipContent void

Méthodes protégées

Méthode Description
OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

Private Methods

Méthode Description
FormatAutoToolTipContent ( ) : void

Method Details

OnThumbDragDelta() protected méthode

protected OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

OnThumbDragStarted() protected méthode

protected OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
e System.Windows.Controls.Primitives.DragStartedEventArgs
Résultat void