C# Class Queue.Notification.ViewModels.TickerControlViewModel

Inheritance: Queue.UI.WPF.RichViewModel, IDisposable
Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Méthodes publiques

Свойство Type Description
isRunning bool

Private Properties

Свойство Type Description
AnimateMove void
AnimationCompleted void
ApplyConfig void
Loaded void
ReadConfig System.Threading.Tasks.Task
Unloaded void

Méthodes publiques

Méthode Description
Dispose ( ) : void
SetSpeed ( int speed ) : void
SetTicker ( string ticker ) : void
Start ( ) : void
Stop ( ) : void
TickerControlViewModel ( TickerControl control ) : Junte.UI.WPF

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AnimateMove ( ) : void
AnimationCompleted ( object sender, EventArgs e ) : void
ApplyConfig ( MediaConfig config ) : void
Loaded ( ) : void
ReadConfig ( ) : System.Threading.Tasks.Task
Unloaded ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SetSpeed() public méthode

public SetSpeed ( int speed ) : void
speed int
Résultat void

SetTicker() public méthode

public SetTicker ( string ticker ) : void
ticker string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TickerControlViewModel() public méthode

public TickerControlViewModel ( TickerControl control ) : Junte.UI.WPF
control Queue.Notification.UserControls.TickerControl
Résultat Junte.UI.WPF

Property Details

isRunning public_oe property

public bool isRunning
Résultat bool