c# - Border like classic window with dropshadow in WPF -


does know how border following window in wpf? believe borderless , has drop shadow effect around border. tried following code, doesn't seem work.

 <border x:name="myborder" background="{dynamicresource {x:static systemcolors.controlbrushkey}}" cornerradius="0">       <border.effect>         <dropshadoweffect  shadowdepth="2" opacity="1" direction="320" />       </border.effect> 

window eith classic theme


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -