Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以让我在 XAML for Windows 8 Apps 中使用的按钮获得倾斜效果?我在网上搜索了很多,发现 Callisto 有一个库,但它似乎不适用于按钮......
我正在尝试使某些东西与Buttonand一起使用HyperlinkButton。目前有什么解决办法吗?
Button
HyperlinkButton
倾斜效果适用于Grid& Border control,因此您可以创建带有倾斜效果Button的自定义模板。HyperlinkButton它不适用于Button,它是已知问题。
Grid
Border control