AnimationClock 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. (inherited from Clock) |
| CurrentGlobalSpeed | Gets the rate at which the clock's time is currently progressing, compared to real-world time. (inherited from Clock) |
| CurrentIteration | Get the current iteration of this clock. (inherited from Clock) |
| CurrentProgress | Gets the current progress of this Clock within its current iteration. (inherited from Clock) |
| CurrentState | Gets a value indicating whether the clock is currently Active, Filling, or Stopped. (inherited from Clock) |
| CurrentTime | Gets this clock's current time within its current iteration. (inherited from Clock) |
| 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. (inherited from Clock) |
| IsPaused | Gets a value that indicates whether this Clock, or any of its parents, is paused. (inherited from Clock) |
| NaturalDuration | Gets the natural duration of this clock's Timeline. (inherited from Clock) |
| Parent | Gets the clock that is the parent of this clock. (inherited from Clock) |
| Timeline | Gets the AnimationTimeline that describes this clock's behavior. |
| Name | Description | |
|---|---|---|
| CurrentGlobalTime | Gets the current global time, as established by the WPF timing system. (inherited from Clock) |