lixiaojun
2024-08-16 8f677b1741b78e4de4c95373fc02587a05d7b5ca
WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/03-settings/01-paras/04-pipe/Paras_HydroL2d_Pipe.cs
@@ -6,14 +6,19 @@
    public class Paras_HydroL2d_Pipe
    {
        /// <summary>
        /// 线色
        /// 线
        /// </summary>
        public string LineColor { get; set; }
        public Paras_HydroL2d_Line Line { get; set; }
        /// <summary>
        /// 线宽
        /// 悬停线
        /// </summary>
        public float LineWidth { get; set; }
        public Paras_HydroL2d_Line HoveredLine { get; set; }
        /// <summary>
        /// 选择线
        /// </summary>
        public Paras_HydroL2d_Line SelectedLine { get; set; }
    }