feat: Add Badge and Badge demo.
This commit is contained in:
9
src/Ursa/Common/CornerPosition.cs
Normal file
9
src/Ursa/Common/CornerPosition.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ursa.Common;
|
||||
|
||||
public enum CornerPosition
|
||||
{
|
||||
TopLeft,
|
||||
TopRight,
|
||||
BottomLeft,
|
||||
BottomRight,
|
||||
}
|
||||
Reference in New Issue
Block a user