Reputation: 2916
Is there any way I can obtain tilt effect for buttons I use in XAML for Windows 8 Apps? I've searched the web a lot and found that Callisto has a library for this but it seems it's not working with buttons...
I'm trying to make something work with Button
and HyperlinkButton
.
Is there any solution at the moment?
Upvotes: 0
Views: 650
Reputation: 15296
Tilt effect is applicable for Grid
& Border control
, so you can create custom template of Button
and HyperlinkButton
with tilt effect. It is not applicable to Button
, it's known issue.
Upvotes: 2