mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:08:33 +08:00
9 lines
118 B
C#
9 lines
118 B
C#
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum SpectrumPlacement
|
|
{
|
|
Top,
|
|
Bottom,
|
|
}
|
|
}
|