尝试将Coding4Fun RoundButton添加到我的WP8 XAML中。环顾四周并从样本中复制(即this site),但尽管我到处都看到了漂亮的图像,但文本显示在我的图标上方:
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中是否还有其他可能导致此问题的内容?
答案 0 :(得分:2)
您必须使用Label
代替Content
。
修改强>
RoundToggleButton,RoundButton,OpacityToggleButton,Tile和ImageTile内容属性已移至Label属性。 (geekchamp)