RepeatBehaviorHelper.FromCount(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new RepeatBehavior based on a repeat count. This corresponds to the intx form when provided as XAML attribute value. C# and Microsoft Visual Basic code should use RepeatBehavior(Double) instead.
static RepeatBehavior FromCount(double const& count);
public static RepeatBehavior FromCount(double count);
function fromCount(count)
Public Shared Function FromCount (count As Double) As RepeatBehavior
Parameters
- count
-
Double
double
The number of times that the target animation should repeat.
Returns
The created RepeatBehavior, which has a RepeatBehaviorType of Count.