Freigeben über


ContextMenuService.GetHasDropShadow(DependencyObject) Methode

Definition

Ruft einen Wert ab, der angibt, ob das ContextMenu einen Schlagschatten aufweist.

public:
 static bool GetHasDropShadow(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetHasDropShadow (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetHasDropShadow : System.Windows.DependencyObject -> bool
Public Shared Function GetHasDropShadow (element As DependencyObject) As Boolean

Parameter

element
DependencyObject

Objekt, das in Bezug auf einen Schlagschatten abgefragt werden soll.

Gibt zurück

Boolean

Ein festzulegender boolescher Wert: true, wenn das ContextMenu einen Schlagschatten aufweist, andernfalls false.

Attribute

Gilt für