File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 75
75
Height =" 80"
76
76
HorizontalAlignment =" Stretch"
77
77
VerticalAlignment =" Stretch" >
78
- <FontIcon
79
- x : Name =" FolderGlyphIcon"
80
- HorizontalAlignment =" Left"
81
- VerticalAlignment =" Stretch"
82
- x : Load =" {x:Bind ViewModel.LoadFolderGlyph, Mode=OneWay}"
83
- FontFamily =" Segoe MDL2 Assets"
84
- FontSize =" 70"
85
- Foreground =" #ffe793"
86
- Glyph ="  " />
78
+ <Image
79
+ x : Name =" FolderGlyphIcon"
80
+ Width =" 70"
81
+ Height =" 70"
82
+ HorizontalAlignment =" Stretch"
83
+ VerticalAlignment =" Stretch"
84
+ x : Load =" {x:Bind ViewModel.LoadFolderGlyph}"
85
+ Stretch =" Uniform" >
86
+ <Image .Source>
87
+ <SvgImageSource
88
+ RasterizePixelHeight =" 128"
89
+ RasterizePixelWidth =" 128"
90
+ UriSource =" /Assets/FolderIcon.svg" />
91
+ </Image .Source>
92
+ </Image >
87
93
<FontIcon
88
94
x : Name =" EmptyImageIcon"
89
95
HorizontalAlignment =" Left"
You can’t perform that action at this time.
0 commit comments