Get profile image import working

This commit is contained in:
TheXamlGuy
2024-06-28 21:58:44 +01:00
parent 2495eb8722
commit 9ae022b46f
3 changed files with 17 additions and 15 deletions
+2 -1
View File
@@ -65,7 +65,8 @@
<PersonPicture
Width="{StaticResource PersonPictureSize}"
Height="{StaticResource PersonPictureSize}"
DisplayName="{Binding Name}" />
DisplayName="{Binding Name}"
ProfilePicture="{Binding Image, Converter={ImageDescriptorToBitmapConverter}}" />
<DropDownButton
Width="{StaticResource ButtonSize}"
Height="{StaticResource ButtonSize}"