DragUIContentMode Enum

Definition

Specifies the ways a UI visual can be provided when dragging an object.

public enum class DragUIContentMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
enum class DragUIContentMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
public enum DragUIContentMode
var value = Microsoft.UI.Input.DragDrop.DragUIContentMode.auto
Public Enum DragUIContentMode
Inheritance
DragUIContentMode
Attributes

Fields

Auto 0

Specifies the UI visual will be provided synchronously.

Deferred 1

Specifies the UI visual will be provided with an asynchronous task.

Remarks

Used to specify whether the operation should wait for the UI visual to load before starting, or run in parallel.

Applies to

See also