Share via


UIDragInteraction.EnabledByDefault Property

Definition

Gets a Boolean value that tells whether the interaction is enabled by default on the device.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool EnabledByDefault { [Foundation.Export("isEnabledByDefault")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isEnabledByDefault")>]
static member EnabledByDefault : bool

Property Value

Attributes

Remarks

This value is true on the iPad. On the iPhone, it is false.

Applies to