2013-12-18 51 views
0

我試圖改變coding4fun的大小RoundButton我意識到width和height屬性不起作用。更改coding4fun的大小RoundButton

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

documentation短,還沒有更新,最近(ImagePath現在被稱爲ImageSource)。

如果可以更改RoundButton中的圖像大小,那麼我也可以使用它。怎麼做?也許創建我自己的圓形按鈕是解決方案?

回答

3

使用ButtonHeight和ButtonWidth性能

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

非常感謝,就這麼簡單。圖像不受尺寸變化的影響,但「拉伸=」填充「'固定了我的。 –