Name | Description | |
---|---|---|
AnimationRate Constructor | Overloaded. |
The following tables list the members exposed by AnimationRate.
Name | Description | |
---|---|---|
AnimationRate Constructor | Overloaded. |
Name | Description | |
---|---|---|
Default | Indicates an unset AnimationRate value. | |
Duration | Returns the TimeSpan value that this AnimationRate represents. | |
HasDuration | Indicates whether this AnimationRate is a TimeSpan value. | |
HasSpeed | Indicates whether this AnimationRate is a Speed value. | |
Speed | Returns the Speed value that this AnimationRate represents. |
Name | Description | |
---|---|---|
Add | Adds the specified AnimationRate to this instance. | |
Compare | Compares one AnimationRate value to another. | |
Equals | Overloaded. Indicates whether the specified Object is equal to this AnimationRate. | |
GetHashCode | Returns a hash code for this instance. | |
Plus | Returns the specified instance of AnimationRate. | |
Subtract | Subtracts the specified AnimationRate from this instance. | |
ToString | Creates a string representation of this AnimationRate. |
Addition | Adds two AnimationRates together. |
Equality | Indicates whether two AnimationRates are equal. |
Greater Than | Indicates whether one AnimationRate is greater than another. |
Greater Than or Equal | Indicates whether one AnimationRate is greater than or equal to another. |
Implicit Type Conversion | Overloaded. Implicitly creates an AnimationRate from a TimeSpan. |
Inequality | Indicates whether two AnimationRates are not equal. |
Less Than | Indicates whether one AnimationRate is less than another. |
Less Than or Equal | Indicates whether one AnimationRate is less than or equal to another. |
Subtraction | Subracts one AnimationRate from another. |
Unary Plus | Returns the specified instance of AnimationRate. |