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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction