Skip to content

Demonstrates how to apply drop shadows to Xaml elements

Property

Name
Content
PerspectiveDepth
PerspectiveOriginPercent
VisualProperties

Example

xml
 <local:PerspectiveHost x:Name="PART_Panel">
    <Button Content="Button"/>
</local:PerspectiveHost>

Demo

you can run demo and see this feature.

Released under the MIT License.