陈嘉乐
2021-01-11 7542ba3a134da697a8a82d0f7aa4e8c28783cb7d
HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs
@@ -61,6 +61,11 @@
        /// </summary>
        Action actionRefresh;
        #endregion
        /// <summary>
        /// 正在控制
        /// </summary>
        bool onControl = false;
        public MotorCurtainPage(Curtain func)
        {
            bodyView = this;
@@ -136,6 +141,7 @@
                Height = Application.GetRealWidth(177),
                Progress = curtain.percent,
                ProgressTextColor =0x00000000,
                //IsInvertedProgress = true,
            };
            controlView.AddChidren(curtainSeekBar);