We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ContentControlThemeFontFamily has been added as a custom font, but it doesn't seem to apply to the ContentDialog's title and content.
All other styles are bound to a ThemeResource, but ContentDialog is bound to a StaticResource.
Is this your intended style?
If you apply a custom style as a ThemeResource, the font will be set normally.
<FontFamily x:Key="ContentControlThemeFontFamily">ms-appx://</FontFamily>
Add and run
ContentDialog must have a custom font applied.
WinUI 3 - Windows App SDK 1.4.4: 1.4.231219000
Windows 11 (22H2): Build 22621
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
ContentControlThemeFontFamily has been added as a custom font, but it doesn't seem to apply to the ContentDialog's title and content.
All other styles are bound to a ThemeResource, but ContentDialog is bound to a StaticResource.
Is this your intended style?
If you apply a custom style as a ThemeResource, the font will be set normally.
Steps to reproduce the bug
<FontFamily x:Key="ContentControlThemeFontFamily">ms-appx://</FontFamily>
Add and run
Expected behavior
ContentDialog must have a custom font applied.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.4.4: 1.4.231219000
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: