using System.Drawing; namespace CustomControls.Pattern { /// <summary> /// 常量 /// </summary> public static class Constants { public static RectangleF Bounds = new RectangleF(0, 0, 100, 50); } }