| | |
| | | OpenAngle = 160, |
| | | ThumbImagePath = aC.trait_on_off.curValue.ToString() == "on" ? "FunctionIcon/AC/DiyThumbIconOn.png" : "FunctionIcon/AC/DiyThumbIcon.png", |
| | | ThumbImageHeight = Application.GetRealWidth(50), |
| | | ProgressBarColor = CSS_Color.MainColor,//: CSS_Color.PromptingColor2, // 0xFFFC9C04 : CSS_Color.PromptingColor2, |
| | | ProgressBarColor = CSS_Color.MainColor, |
| | | OfflineProgressBarColor = CSS_Color.PromptingColor2, |
| | | IsOffline = aC.trait_on_off.curValue.ToString() == "on", |
| | | IsOffline = aC.trait_on_off.curValue.ToString() == "off", |
| | | MinValue = 16, |
| | | MaxValue = 32, |
| | | IsClickable = aC.trait_on_off.curValue.ToString() == "on", |
| | | //IsClickable = aC.trait_on_off.curValue.ToString() == "on", |
| | | ArcColor = CSS_Color.BackgroundColor, |
| | | Progress = Convert.ToInt32(aC.trait_temp.curValue), |
| | | #if __IOS__ |