我想得到这个。
按钮 http://www.shrani.si/f/X/6Y/24Jhn9D3/buttns.png
到目前为止一切正常,按钮充当过滤器并绑定到网格控件。我想要的只是按钮上的图标和计数器。实施这些的正确方法是什么?
<ToggleButton x:Name="IsErrorShown" Margin="4" Width="100" Content="{lex:LocText Errors, Assembly=Client}">
我试过添加这样的图像:
<ToggleButton x:Name="IsErrorShown" Margin="4" Width="100" Content="{lex:LocText Errors, Assembly=Client}">
<StackPanel>
<Image Source="Resources/Warning"/>
</StackPanel>
</ToggleButton>
但我得到那个道具的错误。内容的定义不止一次。