Share via


IUIFocusAnimationContext Interface

Definition

Interface for getting information about a focus animation.

[Foundation.Protocol(Name="UIFocusAnimationContext", WrapperType=typeof(UIKit.UIFocusAnimationContextWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="duration", IsProperty=true, IsRequired=true, IsStatic=false, Name="Duration", PropertyType=typeof(System.Double), Selector="duration")]
public interface IUIFocusAnimationContext : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIFocusAnimationContext", WrapperType=typeof(UIKit.UIFocusAnimationContextWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="duration", IsProperty=true, IsRequired=true, IsStatic=false, Name="Duration", PropertyType=typeof(System.Double), Selector="duration")>]
type IUIFocusAnimationContext = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Name Description
Duration

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

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to