Added PersonPicture
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.UI.Controls.Avalonia;
|
||||
|
||||
internal enum PersonPictureCharacterType
|
||||
{
|
||||
Other = 0,
|
||||
Standard = 1,
|
||||
Symbolic = 2,
|
||||
Glyph = 3
|
||||
}
|
||||
Reference in New Issue
Block a user