Skip to content

How to change the color on navigation view? #1084

Closed Answered by pomianowski
Chrlss asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Chrlss, by default WPF UI tries to use system accent colors.

<SolidColorBrush x:Key="NavigationViewItemForeground" Color="{StaticResource TextFillColorPrimary}" />
<SolidColorBrush x:Key="NavigationViewItemForegroundPointerOver" Color="{StaticResource TextFillColorPrimary}" />
<SolidColorBrush x:Key="NavigationViewItemForegroundPressed" Color="{StaticResource TextFillColorSecondary}" />
<SolidColorBrush x:Key="NavigationViewSelectionIndicatorForeground" Color="{DynamicResource SystemAccentColorPrimary}" />
<SolidColorBrush x:Key="NavigationViewItemSeparatorForeground" Color="{Stati…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pomianowski
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