namespace Toolkit.UI.Controls.Avalonia; internal enum PersonPictureCharacterType { Other = 0, Standard = 1, Symbolic = 2, Glyph = 3 }