Skip to content

How do I make the TitleBar transparent? #8295

Closed Answered by TRadigk
eduardobragaxz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @eduardobragaxz

to achieve this result:

please add this line in app.xaml to the key ResourceDictionary:
<SolidColorBrush x:Key="WindowCaptionBackground">Transparent</SolidColorBrush>

On your xaml for the page set Background to Transparent.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@eduardobragaxz
Comment options

@TRadigk
Comment options

@eduardobragaxz
Comment options

Answer selected by eduardobragaxz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants