DragUIContentMode Enum
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.
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
Name | Value | Description |
---|---|---|
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.