更改coding4fun RoundButton的大小

时间:2013-12-18 17:14:23

标签: xaml button windows-phone-8

我试图更改coding4fun RoundButton的大小我意识到宽度和高度属性不起作用。

<c4f:RoundButton
ImageSource="/Assets/AppBar/play.png"
Width="150"
Height="150"/>

documentation很短,最近没有更新(ImagePath现在称为ImageSource)。

如果可以更改RoundButton内部图像的大小,那么我也可以使用它。怎么办?也许创建我自己的圆形按钮是解决方案吗?

1 个答案:

答案 0 :(得分:3)

使用ButtonHeight和ButtonWidth属性

<c4f:RoundButton ButtonWidth="300" ButtonHeight="300" />