Ghost1372

everything can be handy

PerspectiveHost

Demonstrates how to apply drop shadows to Xaml elements

Property

Name
Content
PerspectiveDepth
PerspectiveOriginPercent
VisualProperties

Example

1
2
3
 <local:PerspectiveHost x:Name="PART_Panel">
<Button Content="Button"/>
</local:PerspectiveHost>

Demo

you can run demo and see this feature.

0%