IUIFocusAnimationContext Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.INativeObjecttype 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) |