IUIViewAnimating インターフェイス

定義

カスタム アニメーター オブジェクトのメソッドを定義するインターフェイス。

[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)

現在の位置でアニメーションを停止します。

適用対象