| | |
| | | Height = Application.GetRealHeight(50), |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | Text = curtainTemp.GetPercent(function).ToString() + "%", |
| | | Text = curtainTemp.GetPercent(function).ToString() + "%", |
| | | }; |
| | | controlView.AddChidren(btnProgress); |
| | | |
| | |
| | | Height = Application.GetRealWidth(210), |
| | | Progress = curtainTemp.GetPercent(function), |
| | | //IsInvertedProgress = true, |
| | | ProgressTextColor = 0x00000000, |
| | | ProgressTextColor = CSS_Color.WarningColor,// 0x00000000, |
| | | }; |
| | | controlView.AddChidren(curtainSeekBar); |
| | | |