IUIFocusAnimationContext Interface

Definition

Interface for getting information about a focus animation.

[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
Attributes
Implements

Properties

Duration

Gets the time, in seconds, that the animation takes to complete.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Applies to