Condividi tramite


Proprietà DragGestureData.AllowedEffects

Ottiene l'insieme di effetti del trascinamento della selezione consentiti.

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

Sintassi

'Dichiarazione
Public ReadOnly Property AllowedEffects As DragDropEffects
    Get
public DragDropEffects AllowedEffects { get; }
public:
property DragDropEffects AllowedEffects {
    DragDropEffects get ();
}
member AllowedEffects : DragDropEffects
function get AllowedEffects () : DragDropEffects

Valore proprietà

Tipo: System.Windows.DragDropEffects
Oggetto DragDropEffects che rappresenta l'insieme di effetti del trascinamento della selezione consentiti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DragGestureData Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF