IUISpringLoadedInteractionSupporting Interface

Definition

Interface for controlling whether spring-loading is enabled for drag and drop.

[Foundation.Protocol(Name="UISpringLoadedInteractionSupporting", WrapperType=typeof(UIKit.UISpringLoadedInteractionSupportingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUISpringLoadedInteractionSupporting : IDisposable, ObjCRuntime.INativeObject
type IUISpringLoadedInteractionSupporting = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
SpringLoaded

Gets or sets a Boolean value that controls whether the object participates in spring-loaded interactions.

Applies to