[TypeConverterAttribute(typeof(IterationCountTypeConverter))]
public struct IterationCount : IEquatable<IterationCount><TypeConverterAttribute(GetType(IterationCountTypeConverter))>
Public Structure IterationCount
Implements IEquatable(Of IterationCount)[<SealedAttribute>]
[<TypeConverterAttribute(typeof(IterationCountTypeConverter))>]
type IterationCount =
struct
inherit ValueType
interface IEquatable<IterationCount>
end| Infinite | Gets an instance of IterationCount that indicates that an animation should repeat forever. |
| IsInfinite | Gets a value that indicates whether the IterationCount is set to Infinite. |
| RepeatType | Gets the unit of the IterationCount. |
| Value | Gets the number of repeat iterations. |
| Equals(IterationCount) | Compares two IterationCount structures for equality. |
| Equals(Object) |
Determines whether the IterationCount is equal to the specified object.
(Overrides ValueTypeEquals(Object)) |
| GetHashCode |
Gets a hash code for the IterationCount.
(Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | Parses a string to return a IterationCount. |
| ToString |
Gets a string representation of the IterationCount.
(Overrides ValueTypeToString) |
| Equality(IterationCount, IterationCount) | Compares two IterationCount structures for equality. |
| Inequality(IterationCount, IterationCount) | Compares two IterationCount structures for inequality. |