'Declaration Public Enum DropAction Inherits System.Enum
public enum DropAction : System.Enum
'Declaration Public Enum DropAction Inherits System.Enum
public enum DropAction : System.Enum
| Member | Description |
|---|---|
| Copy | Copy the source element into the target element. |
| Move | Move the source element into the target element. |
| None | No action. |
System.Object
System.ValueType
System.Enum
C1.Xaml.DropAction