ContextMenu::HasDropShadow Property
.NET Framework (current version)
Gets or sets a value that indicates whether the context menu appears with a dropped shadow.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the context menu appears with a dropped shadow; otherwise, false. The default is false.
When the ContextMenu opens, the value is set to the value of SystemParameters::DropShadow. Setting this property to true has no effect if the SystemParameters::DropShadow property is false.
Identifier field | |
Metadata properties set to true | None |
The following example shows how to use the HasDropShadow property.
<ContextMenu HorizontalOffset="50" VerticalOffset="50" HasDropShadow="false">
.NET Framework
Available since 3.0
Available since 3.0
Show: