using System; using System.Collections.Generic; using System.Text; namespace CPF.Toolkit.Controls { public enum TaskBarPlacement { Top, Bottom, } }