ContextMenuService.GetHasDropShadow(DependencyObject) Método

Definição

Obtém um valor que indica se tem ContextMenu sombra oculta.

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

Objeção à pergunta sobre se tem sombra de colher.

Devoluções

Um valor booleano, true se tiver ContextMenu uma sombra oculta; false caso contrário.

Atributos

Aplica-se a