我试图更改coding4fun RoundButton
的大小我意识到宽度和高度属性不起作用。
<c4f:RoundButton
ImageSource="/Assets/AppBar/play.png"
Width="150"
Height="150"/>
documentation很短,最近没有更新(ImagePath
现在称为ImageSource
)。
如果可以更改RoundButton
内部图像的大小,那么我也可以使用它。怎么办?也许创建我自己的圆形按钮是解决方案吗?
答案 0 :(得分:3)
使用ButtonHeight和ButtonWidth属性
<c4f:RoundButton ButtonWidth="300" ButtonHeight="300" />