ContextMenuService.GetHasDropShadow(DependencyObject) 메서드

정의

ContextMenu에 그림자가 적용되어 있는지 여부를 나타내는 값을 가져옵니다.

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

매개 변수

element
DependencyObject

그림자의 적용 여부에 대해 쿼리할 개체입니다.

반환

Boolean

부울 값입니다. ContextMenu에 그림자가 적용되어 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상