Condividi tramite


Proprietà DragGestureData.Effects

Ottiene o imposta gli effetti correnti del trascinamento della selezione.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Property Effects As DragDropEffects
    Get
    Set
public DragDropEffects Effects { get; set; }
public:
property DragDropEffects Effects {
    DragDropEffects get ();
    void set (DragDropEffects value);
}
member Effects : DragDropEffects with get, set
function get Effects () : DragDropEffects
function set Effects (value : DragDropEffects)

Valore proprietà

Tipo: System.Windows.DragDropEffects
Oggetto DragDropEffects che rappresenta gli effetti correnti del trascinamento della selezione.

Eccezioni

Eccezione Condizione
ArgumentException

Gli effetti non sono inclusi negli effetti consentiti.

Note

Il valore di questa proprietà viene copiato nell'oggetto DragEventArgs per un'operazione di trascinamento della selezione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DragGestureData Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF