IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.86k stars 831 forks source link

Depth #19

Open IgnaceMaes opened 9 years ago

IgnaceMaes commented 9 years ago

Currently the interface IMaterialControl provides support to hold depth information. However, this feature hasn't been implemented yet. Shadows should be drawn dynamically, which will be a challenge because they're relative to the depth of the component behind it.

Any ideas how we could accomplish this on the on a clean way?