
<editors:DoubleEditBox x:Name="DefaultDwellTime" Height="17"
SmallChange="0.1" LargeChange="1" Format="F1" SpinnerVisibility="Visible"
Minimum="0.1" Maximum="5.0" IsEditable="True" IsNaNAllowed="False"
Background="Black" Foreground="White" BorderBrush="{DynamicResource BorderBrush}" >
If I want to implement a dark mode, I would like to change the font color, the background, the focused background etc.
Foreground does not seem to change the text to any color. What do I need to do to change the colors of the parts?