Freigeben über


DragGestureData.AllowedEffects-Eigenschaft

Ruft den Satz zulässiger Drag & Drop-Effekte ab.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Eigenschaftswert

Typ: System.Windows.DragDropEffects
Ein DragDropEffects-Objekt, das den Satz zulässiger Drag & Drop-Effekte darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DragGestureData Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit