【问题标题】:Change the size of coding4fun RoundButton更改coding4fun RoundButton的大小
【发布时间】:2013-12-18 17:14:23
【问题描述】:

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

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

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

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

【问题讨论】:

    标签: xaml button windows-phone-8


    【解决方案1】:

    使用 ButtonHeight 和 ButtonWidth 属性

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

    【讨论】:

    • 非常感谢,这么简单。图片不受尺寸变化的影响,但Stretch="Fill" 为我解决了这个问题。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-02-26
    • 2020-11-27
    • 2013-02-08
    • 1970-01-01
    相关资源
    最近更新 更多