Files
Shrlalgo.RvKits/WPFDark/StandardControls/Decorator.xaml
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

8 lines
447 B
XML

<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>