AnimationClock Members
.NET Framework 3.0
Maintains the run-time state of an AnimationTimeline and processes its output values.
The following tables list the members exposed by the AnimationClock type.
(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) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetCurrentValue | Gets the current output value of the AnimationClock. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| DiscontinuousTimeMovement | When implemented in a derived class, will be invoked whenever a clock repeats, skips, or seeks. (inherited from Clock) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetCanSlip | Returns whether the Clock has its own external time source, which may require synchronization with the timing system. (inherited from Clock) |
| GetCurrentTimeCore | Gets this clock's current time within its current iteration. (inherited from Clock) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SpeedChanged | When implemented in a derived class, will be invoked whenever a clock begins, skips, pauses, resumes, or when the clock's SpeedRatio is modified. (inherited from Clock) |
| Stopped | When implemented in a derived class, will be invoked whenever a clock is stopped using the Stop method. (inherited from Clock) |
| Name | Description | |
|---|---|---|
| Completed | Occurs when this clock has completely finished playing.(inherited from Clock) |
| CurrentGlobalSpeedInvalidated | Occurs when the clock's speed is updated.(inherited from Clock) |
| CurrentStateInvalidated | Occurs when the clock's CurrentState property is updated. (inherited from Clock) |
| CurrentTimeInvalidated | Occurs when this clock's CurrentTime becomes invalid. (inherited from Clock) |
| RemoveRequested | Occurs when the Remove method is called on this Clock or one of its parent clocks. (inherited from Clock) |