C# Class RaumfeldNET.WPFControls.TrackStateControl

Inheritance: System.Windows.Controls.UserControl
Show file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
RandomizeTrackProperty System.Windows.DependencyProperty
RepeatTacksProperty System.Windows.DependencyProperty
TrackPausedProperty System.Windows.DependencyProperty

Public Methods

Method Description
TrackStateControl ( ) : System

Private Methods

Method Description
BackClickedSink ( object sender, RoutedEventArgs e ) : void
NextClickedSink ( object sender, RoutedEventArgs e ) : void
PlayPauseClickedSink ( object sender, RoutedEventArgs e ) : void
RandomClickedSink ( object sender, RoutedEventArgs e ) : void
RepeatClickedSink ( object sender, RoutedEventArgs e ) : void

Method Details

TrackStateControl() public method

public TrackStateControl ( ) : System
return System

Property Details

RandomizeTrackProperty public static property

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

RepeatTacksProperty public static property

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

TrackPausedProperty public static property

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