IUIViewAnimating 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義自訂動畫工具物件的方法介面。
[Foundation.Protocol(Name="UIViewAnimating", WrapperType=typeof(UIKit.UIViewAnimatingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewAnimating : IDisposable, ObjCRuntime.INativeObject
type IUIViewAnimating = interface
interface INativeObject
interface IDisposable
- 衍生
- 屬性
- 實作
屬性
FractionComplete |
取得或設定屬性動畫完成的百分比。 |
Handle |
處理非受控物件標記法) (指標。 (繼承來源 INativeObject) |
Reversed |
取得或設定動畫的方向。 |
Running |
動畫目前是否正在執行。 |
State |
動畫的目前 UIViewAnimatingState 。 |
方法
FinishAnimation(UIViewAnimatingPosition) |
完成動畫。 之前必須呼叫 CreateRunningPropertyAnimator(Double, Double, UIViewAnimationOptions, Action, Action<UIViewAnimatingPosition>) 。 |
PauseAnimation() |
暫停動畫。 |
StartAnimation() |
開始動畫。 |
StartAnimation(Double) |
定義自訂動畫工具物件的方法介面。 |
StopAnimation(Boolean) |
停止目前位置的動畫。 |