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)

适用于