Skip to content

Commit fc132a7

Browse files
authored
Update TreeViewPage.xaml document icon example to use Sagoe icon symbol instead of using hardcoded .png
1 parent a95509f commit fc132a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/TreeViewPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<DataTemplate x:Key="FileTemplate">
2323
<StackPanel Orientation="Horizontal">
24-
<Image Width="20" Source="/Assets/file.png" />
24+
<ui:FontIcon Icon="{x:Static ui:SegoeFluentIcons.Document}" FontSize="20"/>
2525
<TextBlock Margin="0,0,10,0" />
2626
<TextBlock Text="{Binding Name}" />
2727
</StackPanel>

0 commit comments

Comments
 (0)