将字符串转换为斜体xaml

时间:2013-08-13 17:41:39

标签: xaml

我的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…</system:String>
 <system.....
 <system....
</ResourceDictionary>

如何将字符串abcd转换为斜体?

1 个答案:

答案 0 :(得分:1)

那只是System.String,它没有任何风格。

更改您使用此内容的FontStyleTextBlock的{​​{1}}。

TextBox