11 lines
172 B
C#
11 lines
172 B
C#
namespace TheXamlGuy.TaskbarGroup.Flyout.Controls
|
|
{
|
|
public enum TaskbarButtonFlyoutPlacement
|
|
{
|
|
Left,
|
|
Top,
|
|
Right,
|
|
Bottom,
|
|
}
|
|
}
|