ContextMenuService.SetHasDropShadow(DependencyObject, Boolean) Method

Definition

Sets a value that indicates whether the ContextMenu has a drop shadow.

public:
 static void SetHasDropShadow(System::Windows::DependencyObject ^ element, bool value);
public static void SetHasDropShadow (System.Windows.DependencyObject element, bool value);
static member SetHasDropShadow : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetHasDropShadow (element As DependencyObject, value As Boolean)

Parameters

element
DependencyObject

Object to set the property on.

value
Boolean

Boolean value to set, true if the ContextMenu has a drop shadow; false otherwise.

Applies to