namespace Yw.Settings { /// /// 边框 /// public class Paras_HydroL3d_Border { /// /// 颜色 /// public string Color { get; set; } /// /// 宽度 /// public float Width { get; set; } } }