- Namespace
- Avalonia
.Animation - Interfaces
-
- IClock
- IObservable
<TimeSpan>
- Base Types
-
- object
- ClockBase
graph BT
Type-->Base0["ClockBase"]
click Base0 "/api/Avalonia.Animation/ClockBase"
Base0-->Base1["object"]
Type-.->Interface0["IClock"]
click Interface0 "/api/Avalonia.Animation/IClock"
Type-.->Interface1["IObservable<TimeSpan>"]
Type["Clock"]
class Type type-node
Syntax
public class Clock : ClockBase, IClock, IObservable<TimeSpan>
Constructors
Name | Summary |
---|---|
Clock |
|
Clock |
Properties
Name | Value | Summary |
---|---|---|
GlobalClock | IClock |
static
|
HasSubscriptions | bool |
Inherited from ClockBase
|
PlayState | PlayState |
Inherited from ClockBase
|
Methods
Name | Value | Summary |
---|---|---|
Pulse |
void |
Inherited from ClockBase
|
Stop |
void | |
Subscribe |
IDisposable |
Inherited from ClockBase
|
Extension Methods
Name | Value | Summary |
---|---|---|
StreamBinding |
T | |
ToBinding |
IBinding |
Converts an
IObservable<T> to an IBinding .
|
ToBindingValue |
IObservable |