2
我的Win10 UAP中有按鈕風格。該風格有工具提示。XAML風格的resx資源引用字符串
如何在resx字符串資源中創建此樣式引用文本?
<Style x:Key="MyButtonStyle" TargetType="Button" >
...
<Setter Property="ToolTipService.ToolTip" Value="<string in resx resources>" />
</Style>