Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DragEventArgs.DragUIOverride Property

Definition

Namespace:
Microsoft.UI.Xaml

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 the visual representation of the data being dragged.

public:
 property DragUIOverride ^ DragUIOverride { DragUIOverride ^ get(); };
DragUIOverride DragUIOverride();
public DragUIOverride DragUIOverride { get; }
var dragUIOverride = dragEventArgs.dragUIOverride;
Public ReadOnly Property DragUIOverride As DragUIOverride

Property Value

The visual representation of the data being dragged. The default is null.

Applies to

See also


Feedback

Was this page helpful?