UIView.SetAnimationRepeatCount(Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此動畫交易的重複計數。
[Foundation.Export("setAnimationRepeatCount:")]
public static void SetAnimationRepeatCount(float repeatCount);
static member SetAnimationRepeatCount : single -> unit
參數
- repeatCount
- Single
此交易的重複計數。
- 屬性
備註
不建議使用此方法。 應用程式開發人員應該偏好使用 UIViewPropertyAnimator 類別來建立 UIView 的動畫效果。