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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -