Clock Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Controller | Gets a ClockController that can be used to start, pause, resume, seek, skip, stop, or remove this Clock. |
| CurrentGlobalSpeed | Gets the rate at which the clock's time is currently progressing, compared to real-world time. |
| CurrentIteration | Get the current iteration of this clock. |
| CurrentProgress | Gets the current progress of this Clock within its current iteration. |
| CurrentState | Gets a value indicating whether the clock is currently Active, Filling, or Stopped. |
| CurrentTime | Gets this clock's current time within its current iteration. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (inherited from DispatcherObject) |
| HasControllableRoot | Gets a value that indicates whether this Clock is part of a controllable clock tree. |
| IsPaused | Gets a value that indicates whether this Clock, or any of its parents, is paused. |
| NaturalDuration | Gets the natural duration of this clock's Timeline. |
| Parent | Gets the clock that is the parent of this clock. |
| Timeline | Gets the Timeline from which this Clock was created. |
| Name | Description | |
|---|---|---|
| CurrentGlobalTime | Gets the current global time, as established by the WPF timing system. |
Reference
Clock ClassSystem.Windows.Media.Animation Namespace
Other Resources
Animation OverviewTiming System Overview