ClockController Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Begin | Sets the target Clock to begin at the next tick. |
| 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) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Pause | Stops the target Clock from progressing. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the Clock associated with this ClockController from the properties it animates. The clock and its child clocks will no longer affect these properties. |
| Resume | Enables a Clock that was previously paused to resume progressing. |
| Seek | Seeks the target Clock by the specified amount when the next tick occurs. If the target clock is stopped, seeking makes it active again. |
| SeekAlignedToLastTick | Seeks the target Clock by the specified amount immediately. If the target clock is stopped, seeking makes it active again. |
| SkipToFill | Advances the current time of the target Clock to the end of its active period. |
| Stop | Stops the target Clock. |
| 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 | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |