Get profile image import working
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user