IterationCount.

IterationCount(ulong, IterationType) Constructor

Summary

Initializes a new instance of the IterationCount struct.
Namespace
Avalonia.Animation
Containing Type
IterationCount

Syntax

public IterationCount(ulong value, IterationType type)

Parameters

Name Type Description
value ulong The size of the IterationCount.
type IterationType The unit of the IterationCount.

Return Value

Type Description
void