Skip to content

TiltEffect

Rico Suter edited this page Jul 8, 2015 · 3 revisions
  • Package: MyToolkit.Extended
  • Platform: WinRT, UWP

Provides an attached property for FrameworkElements to have a tilt effect animation on them (like provided in the WP toolkit).

<StackPanel UI:TiltEffect.IsTiltEnabled="True" Tapped="OnTapped">
    ...
</StackPanel>
Clone this wiki locally