mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:24:55 +08:00
10 lines
154 B
C#
10 lines
154 B
C#
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum WindowPixelSampleMode
|
|
{
|
|
BelowWindow,
|
|
WindowArea,
|
|
WindowEdge,
|
|
}
|
|
}
|