using System; using System.Collections.Generic; using System.Text; namespace CPF.Controls { /// /// 指定 Dock 内子元素的 位置 /// public enum Dock : byte { Left, Top, Right, Bottom } }