Search
AnimationOptions.RepeatCount Property
See Also
 





Gets or sets how many times to repeat the animation.

Namespace: MindFusion.Animations
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Nullable<Int32> RepeatCount { get; set; }

Visual Basic  Copy Code

Public Property RepeatCount As Nullable(Of Int32)

 Property Value

 See Also