Sdílet prostřednictvím


DragGestureData.AllowedEffects – vlastnost

Získá sadu povolené účinky a přetažení.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Windows.DragDropEffects
A DragDropEffects objekt, který představuje sadu povolené účinky a přetažení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DragGestureData Třída

Microsoft.Windows.Design.Interaction – obor názvů

Další zdroje

Understanding WPF Designer Extensibility