DropLocation Enumeração

Definição

Especifica o local da queda em uma ação de arrastar e soltar.

public enum DropLocation
type DropLocation = 
Public Enum DropLocation
Herança
DropLocation

Campos

Above 1

Drop above the element matched by the query.

Below 2

Drop below the element matched by the query.

Left 3

Solte à esquerda do elemento correspondente à consulta.

OnTop 0

Solte sobre o elemento correspondente à consulta.

Right 4

Solte à direita do elemento correspondente à consulta.

Aplica-se a