KeyTime Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when a particular key frame should take place during an animation.
public value class KeyTime
[System.Security.SecurityCritical]
public struct KeyTime
[<System.Security.SecurityCritical>]
type KeyTime = struct
Public Structure KeyTime
- Inheritance
- Attributes
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) KeyTime
struct. For more information, see KeyTime in the UWP API reference.
Properties
TimeSpan |
Gets the time when the key frame ends, expressed as a time relative to the beginning of the animation. |
Methods
Equals(KeyTime) |
Indicates whether a specified KeyTime is equal to this KeyTime. |
Equals(KeyTime, KeyTime) |
Indicates whether two KeyTime values are equal. |
Equals(Object) | |
FromTimeSpan(TimeSpan) | |
GetHashCode() |
Returns a hash code representing this KeyTime. |
ToString() |
Returns a string representation of this KeyTime. |
Operators
Equality(KeyTime, KeyTime) |
Compares two KeyTime values for equality. |
Implicit(TimeSpan to KeyTime) | |
Inequality(KeyTime, KeyTime) |
Compares two KeyTime values for inequality. |