Property LoopCount
LoopCount
Gets or Sets a value that indicates the total number of loops/cycles of this animation that should play.
public int LoopCount { get; set; }
Property Value
Remarks
0
= infinite looping
If IsPingPong is equal to true, each direction of the ping-pong will count as a loop.