Skip to content

TiltEffect

Tim Heuer edited this page Nov 9, 2012 · 2 revisions

TiltEffect

What it is

TiltEffect is a UI effect you can apply on an element (via an attached property) to give it a "tilt" in the direction the user is pressing. This is popular on the Windows Phone platform and is also seen on the Windows Start screen when tapping and holding tiles.

Example Usage

Declarative:

<Border Background="DarkCyan" Grid.Row="2" Grid.ColumnSpan="2"
    callistoEffects:Tilt.IsTiltEnabled="True">
    <TextBlock Text="Tap me" />
</Border>

Known Issues

  • Cannot work on Button types

Clone this wiki locally