共用方式為


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

適用於