

'Declaration<TypeConverterAttribute(Xceed.Wpf.Toolkit.Media.Animation.AnimationRateConverter)> Public Structure AnimationRate Inherits System.ValueType
'UsageDim instance As AnimationRate
[TypeConverter(Xceed.Wpf.Toolkit.Media.Animation.AnimationRateConverter)] public struct AnimationRate : System.ValueType
System.Object
System.ValueType
Xceed.Wpf.Toolkit.Media.Animation.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. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.