Added badgeplacement
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.UI.Controls.Avalonia;
|
||||
|
||||
public enum ContentBadgePlacement
|
||||
{
|
||||
TopLeft,
|
||||
TopRight,
|
||||
BottomLeft,
|
||||
BottomRight
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user