namespace Yw.WinFrmUI.Page { /// /// 停靠类型 /// public enum eDockType { /// /// 左边 /// Left, /// /// 上边 /// Top, /// /// 右边 /// Right, /// /// 下边 /// Bottom, /// /// 中间 /// Center } }