C4F RoundButton内容出现在图像上

时间:2013-11-30 23:02:41

标签: xaml button windows-phone-8 toolkit

尝试将Coding4Fun RoundButton添加到我的WP8 XAML中。环顾四周并从样本中复制(即this site),但尽管我到处都看到了漂亮的图像,但文本显示在我的图标上方:enter image description here

XAML代码是:

<c4f:RoundButton x:Name="buttonShrtn" Click="buttonShrtn_Click" ImageSource="Assets/Images/icon-button-32.png" FontSize="18" Content="Shrtn" VerticalAlignment="Center" HorizontalAlignment="Right"/>

我在任何地方都找不到类似的案例。我的XAML中是否还有其他可能导致此问题的内容?

1 个答案:

答案 0 :(得分:2)

您必须使用Label代替Content

修改

  

RoundToggleButton,RoundButton,OpacityToggleButton,Tile和ImageTile内容属性已移至Label属性。 (geekchamp

Toolkit description