| | |
| | | Width = Application.GetRealWidth(260-40), |
| | | Height = Application.GetRealWidth(260-40), |
| | | OpenAngle = 160, |
| | | ThumbImagePath = aC.on_off == "on" ? "FunctionIcon/AC/DiyThumbIconOn.png" : "FunctionIcon/AC/DiyThumbIcon.png", |
| | | ThumbImagePath = aC.trait_on_off.value.ToString() == "on" ? "FunctionIcon/AC/DiyThumbIconOn.png" : "FunctionIcon/AC/DiyThumbIcon.png", |
| | | ThumbImageHeight = Application.GetRealWidth(50), |
| | | ProgressBarColor = aC.on_off == "on"? CSS_Color.MainColor :CSS_Color.PromptingColor2, |
| | | ProgressBarColor = aC.trait_on_off.value.ToString() == "on"? CSS_Color.MainColor :CSS_Color.PromptingColor2, |
| | | MinValue = 16, |
| | | MaxValue = 38, |
| | | Progress = Convert.ToInt32( aC.trait_temp.value), |
| | | IsClickable = aC.on_off == "on" , |
| | | IsClickable = aC.trait_on_off.value.ToString() == "on" , |
| | | ArcColor = CSS_Color.BackgroundColor, |
| | | SeekBarPadding = Application.GetRealWidth(8), |
| | | #else |