CoreDragUIContentMode CoreDragUIContentMode CoreDragUIContentMode 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 has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class CoreDragUIContentModepublic enum CoreDragUIContentModePublic Enum CoreDragUIContentMode// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Auto Auto Auto Auto

Specifies content will be provided synchronously.

Deferred Deferred Deferred Deferred

Specifies content will be provided with an asynchronous task.