ContextMenuService.GetHasDropShadow(DependencyObject) Método

Definición

Obtiene un valor que indica si ContextMenu tiene una sombra paralela.

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

Parámetros

element
DependencyObject

Objeto para consultar si tiene una sombra paralela.

Devoluciones

Valor booleano, true si ContextMenu tiene una sombra paralela; false de lo contrario, .

Atributos

Se aplica a