feat: add placement.
This commit is contained in:
7
src/Ursa/Common/IconPlacement.cs
Normal file
7
src/Ursa/Common/IconPlacement.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ursa.Common;
|
||||
|
||||
public enum IconPlacement
|
||||
{
|
||||
Left,
|
||||
Right,
|
||||
}
|
||||
Reference in New Issue
Block a user