0

私のxamlコードは次のようになります:

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
               xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
               xmlns:system="clr-namespace:System;assembly=mscorlib">

 <system:String x:Key="AppName">abcd</system:String>
 <system:String x:Key="btn_Login_Text">Log ind…&lt;/system:String>
 <system.....
 <system....
</ResourceDictionary>

文字列 abcd だけをイタリック体に変換するにはどうすればよいですか?

4

1 に答える 1