IterationCount(UInt64) Constructor
Initializes a new instance of the IterationCount struct.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IterationCount(
ulong value
)
Public Sub New (
value As ULong
)
new :
value : uint64 -> IterationCount
Parameters
- UInt64
- The number of iterations of an animation.
See Also
Reference
IterationCount Structure
IterationCount Overload
Avalonia.Animation Namespace