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. |
![]() | Adds two AnimationRates together. |
![]() | Indicates whether two AnimationRates are equal. |
![]() | Indicates whether one AnimationRate is greater than another. |
![]() | Indicates whether one AnimationRate is greater than or equal to another. |
![]() | Overloaded. Implicitly creates an AnimationRate from a TimeSpan. |
![]() | Indicates whether two AnimationRates are not equal. |
![]() | Indicates whether one AnimationRate is less than another. |
![]() | Indicates whether one AnimationRate is less than or equal to another. |
![]() | Subracts one AnimationRate from another. |
![]() | Returns the specified instance of AnimationRate. |