IUIFocusAnimationContext インターフェイス

定義

フォーカス アニメーションに関する情報を取得するためのインターフェイス。

[Foundation.Protocol(Name="UIFocusAnimationContext", WrapperType=typeof(UIKit.UIFocusAnimationContextWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIFocusAnimationContext : IDisposable, ObjCRuntime.INativeObject
type IUIFocusAnimationContext = interface
    interface INativeObject
    interface IDisposable
属性
実装

プロパティ

Duration

アニメーションの完了にかかる時間を秒単位で取得します。

Handle

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

(継承元 INativeObject)

適用対象