Gets or sets how many times to repeat the animation.
Namespace: MindFusion.Animations
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public Nullable<Int32> RepeatCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RepeatCount As Nullable(Of Int32) |
See Also