
How can I set style for titleBar which is applied WindowChrome, like background or title's fontsize? THX~
How can I set style for titleBar which is applied WindowChrome, like background or title's fontsize? THX~
Hi Joshua,
The title bar TextBlock is defined as:
Some of those assets you can override in your App.Resources. But you can't do the size unless you clone the templates. We can give you the templates once you are a customer.
The title bar background can be changed by redefining this asset in your App.Resources:
{DynamicResource {x:Static themes:AssetResourceKeys.WindowTitleBarBackgroundActiveBrushKey}}
Please log in to a validated account to post comments.