CALayer.RemoveAnimation(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從圖層中移除指定的動畫。
[Foundation.Export("removeAnimationForKey:")]
public virtual void RemoveAnimation (string key);
abstract member RemoveAnimation : string -> unit
override this.RemoveAnimation : string -> unit
參數
- key
- String
動畫的識別碼。
- 屬性