11 lines
160 B
C#
11 lines
160 B
C#
namespace NotificationFlyout.Wpf.UI
|
|
{
|
|
|
|
public enum TaskbarPosition
|
|
{
|
|
Left = 0,
|
|
Top = 1,
|
|
Right = 2,
|
|
Bottom = 3
|
|
}
|
|
} |