Click here to Skip to main content
15,879,474 members
Articles / Multimedia / GDI+

Transparent drop shadow in C# (GDI+)

Rate me:
Please Sign up or sign in to vote.
4.70/5 (34 votes)
3 Jul 20073 min read 173K   8.2K   121  
How to create a transparent drop shadow effect for a panel control
  • shadowpanel.zip
    • ShadowPanel
      • ShadowPanel.sln
      • ShadowPanel
        • bin
          • Debug
            • ShadowPanel.dll
            • ShadowPanel.pdb
          • Release
            • ShadowPanel.dll
            • ShadowPanel.pdb
        • Images
          • tshadowdown.png
          • tshadowdownleft.png
          • tshadowdownright.png
          • tshadowright.png
          • tshadowtopright.png
        • obj
          • Debug
            • Refactor
              • ShadowPanel.dll
            • ShadowPanel.dll
            • ShadowPanel.Images.tshadowdown.png
            • ShadowPanel.Images.tshadowdownleft.png
            • ShadowPanel.Images.tshadowdownright.png
            • ShadowPanel.Images.tshadowright.png
            • ShadowPanel.Images.tshadowtopright.png
            • ShadowPanel.pdb
            • TempPE
          • Release
            • ShadowPanel.dll
            • ShadowPanel.Images.tshadowdown.png
            • ShadowPanel.Images.tshadowdownleft.png
            • ShadowPanel.Images.tshadowdownright.png
            • ShadowPanel.Images.tshadowright.png
            • ShadowPanel.Images.tshadowtopright.png
            • ShadowPanel.pdb
            • TempPE
          • ShadowPanel.csproj.FileList.txt
        • Properties
        • ShadowPanel.cs
        • ShadowPanel.csproj
      • ShadowPanelTest
      • Thumbs.db
  • shadowpaneldemo.zip
    • ShadowPanel.dll
    • ShadowPanelTest.exe

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Netherlands Netherlands
I'm a UI designer living in The Netherlands. Currently I'm using C# and Visual Studio 2005 with ASP.NET and Windows Forms.

I'm looking forward to working with WPF professionally (expression blend is just fantastic!)



Comments and Discussions