UIDragInteraction.EnabledByDefault Property
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.
Gets a Boolean value that tells whether the interaction is enabled by default on the device.
public static bool EnabledByDefault { [Foundation.Export("isEnabledByDefault")] get; }
member this.EnabledByDefault : bool
Property Value
- Attributes
Remarks
This value is true
on the iPad. On the iPhone, it is false
.