DragOperation.DragUIContentMode 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 or sets how the UI visual is provided when dragging an object.
public:
property DragUIContentMode DragUIContentMode { DragUIContentMode get(); void set(DragUIContentMode value); };
DragUIContentMode DragUIContentMode();
void DragUIContentMode(DragUIContentMode value);
public DragUIContentMode DragUIContentMode { get; set; }
var dragUIContentMode = dragOperation.dragUIContentMode;
dragOperation.dragUIContentMode = dragUIContentMode;
Public Property DragUIContentMode As DragUIContentMode
Property Value
How the UI visual is provided when dragging an object.
Remarks
Used to specify whether the operation should wait for the UI visual to load before starting, or run in parallel.