Get profile image import working

This commit is contained in:
TheXamlGuy
2024-06-28 21:58:44 +01:00
parent f933afc24f
commit e19a963f8e
3 changed files with 36 additions and 0 deletions
@@ -55,6 +55,7 @@
x:Name="PersonPictureEllipse"
Width="{TemplateBinding Width}"
Height="{TemplateBinding Height}"
Fill="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=TemplateSettings.ActualImageBrush}"
FlowDirection="LeftToRight" />
<Grid
x:Name="BadgeGrid"
@@ -157,6 +157,7 @@ public class PersonPicture : TemplatedControl
if (change.Property == ProfilePictureProperty)
{
UpdateIfReady();
}
}