ContextMenuService.GetHasDropShadow(DependencyObject) Metodo

Definizione

Ottiene un valore che indica se ha ContextMenu un'ombreggiatura.

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

Parametri

element
DependencyObject

Oggetto su cui eseguire una query relativa al fatto che abbia un'ombreggiatura.

Valori restituiti

Valore booleano, true se ha ContextMenu un'ombreggiatura; false in caso contrario, .

Attributi

Si applica a