C# Class Queue.Notification.ViewModels.TickerControlViewModel

Inheritance: Queue.UI.WPF.RichViewModel, IDisposable
Mostrar archivo Open project: breslavsky/queue Class Usage Examples

Public Properties

Property Type Description
isRunning bool

Private Properties

Property Type Description
AnimateMove void
AnimationCompleted void
ApplyConfig void
Loaded void
ReadConfig System.Threading.Tasks.Task
Unloaded void

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SetSpeed() public method

public SetSpeed ( int speed ) : void
speed int
return void

SetTicker() public method

public SetTicker ( string ticker ) : void
ticker string
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TickerControlViewModel() public method

public TickerControlViewModel ( TickerControl control ) : Junte.UI.WPF
control Queue.Notification.UserControls.TickerControl
return Junte.UI.WPF

Property Details

isRunning public_oe property

public bool isRunning
return bool