CoreDragUIContentMode Enum

Definition

Represents modes for overriding the drag UI. Use this to specify whether the operation should wait for content load before starting, or run in parallel.

This enumeration supports a bitwise combination of its member values.

public enum class CoreDragUIContentMode
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CoreDragUIContentMode
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CoreDragUIContentMode
Public Enum CoreDragUIContentMode
Inheritance
CoreDragUIContentMode
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Auto 0

Specifies content will be provided synchronously.

Deferred 1

Specifies content will be provided with an asynchronous task.

Applies to