DragUI Class
Definition
Provides the visual representation of the data being dragged at the start of a drag-and-drop operation.
public ref class DragUI sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.WebHostHidden]
class DragUI final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.WebHostHidden]
public sealed class DragUI
Public NotInheritable Class DragUI
- Inheritance
-
DragUI
- Attributes
-
Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.WebHostHiddenAttribute
Remarks
An instance of this class is passed to the handler of the UIElement.DragStarting event in the DragStartingEventArgs.DragUI property.
Methods
SetContentFromBitmapImage(BitmapImage) |
Creates a visual element from a provided BitmapImage to represent the dragged data in a drag-and-drop operation. |
SetContentFromBitmapImage(BitmapImage, Point) |
Creates a visual element from a provided BitmapImage to represent the dragged data in a drag-and-drop operation, and sets the relative position of the visual from the pointer. |
SetContentFromDataPackage() |
Creates a system provided visual element that represents the format of the dragged data in a drag-and-drop operation, typically the icon of the default handler for the file format. |
SetContentFromSoftwareBitmap(SoftwareBitmap) |
Creates a visual element from a provided SoftwareBitmap to represent the dragged data in a drag-and-drop operation. |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
Creates a visual element from a provided SoftwareBitmap to represent the dragged data in a drag-and-drop operation, and sets the relative position of the visual from the pointer. |