8 lines
447 B
Plaintext
8 lines
447 B
Plaintext
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
|
<Style TargetType="{x:Type Decorator}">
|
||
|
|
<Setter Property="TextOptions.TextRenderingMode" Value="Auto" />
|
||
|
|
<Setter Property="TextOptions.TextFormattingMode" Value="Ideal" />
|
||
|
|
<Setter Property="TextOptions.TextHintingMode" Value="Animated" />
|
||
|
|
</Style>
|
||
|
|
</ResourceDictionary>
|