mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-06-24 01:12:07 +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,
|
|||
|
|
}
|
|||
|
|
}
|