We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070d354 commit b89688aCopy full SHA for b89688a
1 file changed
source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NumberBox/NumberBox.xaml
@@ -56,7 +56,12 @@
56
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
57
Focusable="False"
58
Text="{TemplateBinding Content}"
59
+ Foreground="{TemplateBinding Foreground}"
60
+ FontSize="{TemplateBinding FontSize}"
61
FontFamily="{TemplateBinding FontFamily}"
62
+ FontWeight="{TemplateBinding FontWeight}"
63
+ FontStyle="{TemplateBinding FontStyle}"
64
+ FontStretch="{TemplateBinding FontStretch}"
65
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
66
</Border>
67
</ui:ElevationBorder>
0 commit comments