/// /// 背景风格 /// namespace GeekDesk.Constant { public enum BGStyle { ImgBac = 1, //图片 GradientBac = 2 //渐变色 } }