mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-06-26 14:23:10 +08:00
13 lines
180 B
C#
13 lines
180 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace CPF.Toolkit.Controls
|
|
{
|
|
public enum TaskBarPlacement
|
|
{
|
|
Top,
|
|
Bottom,
|
|
}
|
|
}
|