RepeatBehaviorHelper.FromCount(Double) 方法

定义

基于重复计数创建新的 RepeatBehavior 。 当作为 XAML 属性值提供时,这对应于 intx 窗体。 C# 和 Microsoft Visual Basic 代码应改用 RepeatBehavior (Double)

 static RepeatBehavior FromCount(double const& count);
public static RepeatBehavior FromCount(double count);
function fromCount(count)
Public Shared Function FromCount (count As Double) As RepeatBehavior

参数

count
Double

double

目标动画应重复的次数。

返回

创建的 RepeatBehavior,其 RepeatBehaviorTypeCount

适用于