VasileF
VasileF

Reputation: 2916

Obtain Tilt Effect for Buttons in Windows 8 App

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

Answers (1)

Farhan Ghumra
Farhan Ghumra

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

Related Questions