次の方法で共有


IUIViewImplicitlyAnimating インターフェイス

定義

実行中に変更できるアニメーションのメソッドを定義するインターフェイス。

[Foundation.Protocol(Name="UIViewImplicitlyAnimating", WrapperType=typeof(UIKit.UIViewImplicitlyAnimatingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewImplicitlyAnimating : IDisposable, UIKit.IUIViewAnimating
type IUIViewImplicitlyAnimating = interface
    interface INativeObject
    interface IDisposable
    interface IUIViewAnimating
派生
属性
実装

プロパティ

FractionComplete

プロパティのアニメーション入力候補の割合を取得または設定します。

(継承元 IUIViewAnimating)
Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)
Reversed

アニメーションの方向を取得または設定します。

(継承元 IUIViewAnimating)
Running

アニメーションが現在実行されているかどうか。

(継承元 IUIViewAnimating)
State

アニメーションの現在 UIViewAnimatingState の 。

(継承元 IUIViewAnimating)

メソッド

FinishAnimation(UIViewAnimatingPosition)

アニメーションを終了します。 の前に を呼び出す CreateRunningPropertyAnimator(Double, Double, UIViewAnimationOptions, Action, Action<UIViewAnimatingPosition>)必要があります。

(継承元 IUIViewAnimating)
PauseAnimation()

アニメーションを一時停止します。

(継承元 IUIViewAnimating)
StartAnimation()

アニメーションを開始します。

(継承元 IUIViewAnimating)
StartAnimation(Double)

実行中に変更できるアニメーションのメソッドを定義するインターフェイス。

(継承元 IUIViewAnimating)
StopAnimation(Boolean)

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

(継承元 IUIViewAnimating)

拡張メソッド

AddAnimations(IUIViewImplicitlyAnimating, Action)

指定した animationSystem.Action を コールバック リストに追加します。

AddAnimations(IUIViewImplicitlyAnimating, Action, nfloat)

指定した animationSystem.Action を コールバック リストに追加します。

AddCompletion(IUIViewImplicitlyAnimating, Action<UIViewAnimatingPosition>)

アニメーションの completion 終了時に実行する を追加します。

ContinueAnimation(IUIViewImplicitlyAnimating, IUITimingCurveProvider, nfloat)

アニメーションのタイミングを変更します。

適用対象