DragDrop.

SetAllowDrop(Interactive, bool) Method

Summary

Sets a value indicating whether the given interactive can be used as the target of a drag-and-drop operation.
Namespace
Avalonia.Input
Containing Type
DragDrop

Syntax

public static void SetAllowDrop(Interactive interactive, bool value)

Parameters

Name Type Description
interactive Interactive
value bool

Return Value

Type Description
void