Skip to content

DropShadowChrome is a library that allows the user to apply a drop-shadow to a newly styled or existing window with ease.

License

Notifications You must be signed in to change notification settings

abdelkarim/DropShadowChrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

DropShadowChrome is a library that allows the user to apply a drop-shadow to a window.

image

Features

The DropShadowChrome class exposes two properties:

  • ShadowBrush: used to render the surrounding border as well as the shadow.
  • Density: affects the opacity of the surrounding border and the shadow.

Installation

To install the library you can directly grab the binaries from the Releases section, or use the following nuget package: https://www.nuget.org/packages/DropShadowChrome

Usage

Below is the XAML snippet used to render the above screenshot:

<lib:DropShadowChrome.DropShadowChrome>
    <lib:DropShadowChrome ShadowBrush="DarkGreen" Density="0.6"/>
</lib:DropShadowChrome.DropShadowChrome>

About

DropShadowChrome is a library that allows the user to apply a drop-shadow to a newly styled or existing window with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages