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