Constructors
-
Repeat
Count(UInt64) Initializes a new instance of the RepeatCount struct. -
Repeat
Count(UInt64, Initializes a new instance of the RepeatCount struct.Repeat Type)
Methods
- Equals(Object) Determines whether the RepeatCount is equal to the specified object.
-
Equals(Repeat
Count) Compares two RepeatCount structures for equality. -
Get
Hash Gets a hash code for the RepeatCount.Code() - Parse(String) Parses a string to return a RepeatCount .
-
To
String() Gets a string representation of the RepeatCount . -
op_Equality(Repeat
Count, Compares two RepeatCount structures for equality.Repeat Count) -
op_Inequality(Repeat
Count, Compares two RepeatCount structures for inequality.Repeat Count)
Properties
-
Is
Loop Gets a value that indicates whether the RepeatCount is set to loop. -
Is
None Gets a value that indicates whether the RepeatCount is set to not repeat. - Loop Gets an instance of RepeatCount that indicates that an animation should repeat forever.
- None Gets an instance of RepeatCount that indicates that an animation should not repeat.
-
Repeat
Type Gets the unit of the RepeatCount . - Value Gets the number of repeat iterations.