我试图改变coding4fun RoundButton的大小,我意识到宽度和高度属性不起作用。
<c4f:RoundButton
ImageSource="/Assets/AppBar/play.png"
Width="150"
Height="150"/>文档是短的,最近没有更新(ImagePath现在被称为ImageSource)。
如果有可能改变RoundButton中图像的大小,那么我也可以使用它。怎么做?也许创建我自己的圆形按钮才是解决之道?
发布于 2013-12-18 17:16:43
使用ButtonHeight和ButtonWidth属性
<c4f:RoundButton ButtonWidth="300" ButtonHeight="300" />https://stackoverflow.com/questions/20664335
复制相似问题