An attempt to send messages out of the scope
This commit is contained in:
@@ -38,13 +38,13 @@ public class PersonPicture : TemplatedControl
|
|||||||
private static readonly StyledProperty<PersonPictureTemplateSettings> TemplateSettingsProperty =
|
private static readonly StyledProperty<PersonPictureTemplateSettings> TemplateSettingsProperty =
|
||||||
AvaloniaProperty.Register<PersonPicture, PersonPictureTemplateSettings>(nameof(TemplateSettings));
|
AvaloniaProperty.Register<PersonPicture, PersonPictureTemplateSettings>(nameof(TemplateSettings));
|
||||||
|
|
||||||
private FontIcon badgeGlyphIcon;
|
private FontIcon? badgeGlyphIcon;
|
||||||
private ImageBrush badgeImageBrush;
|
private ImageBrush? badgeImageBrush;
|
||||||
private TextBlock badgeNumberTextBlock;
|
private TextBlock? badgeNumberTextBlock;
|
||||||
private Ellipse badgingBackgroundEllipse;
|
private Ellipse? badgingBackgroundEllipse;
|
||||||
private Ellipse badgingEllipse;
|
private Ellipse? badgingEllipse;
|
||||||
private string displayNameInitials;
|
private string? displayNameInitials;
|
||||||
private TextBlock initialsTextBlock;
|
private TextBlock? initialsTextBlock;
|
||||||
|
|
||||||
public PersonPicture()
|
public PersonPicture()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user