| | |
| | | SelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/CollectionIcon.png", |
| | | }; |
| | | subTitleView.AddChidren(btnCollection); |
| | | //收藏 |
| | | btnCollection.MouseUpEventHandler = (sender, e) => { |
| | | function.collect = !function.collect; |
| | | btnCollection.IsSelected = function.collect; |
| | | |
| | | //var http = new DAL.Server.HttpServerRequest(); |
| | | //http.CollectDevice(function.deviceId); |
| | | function.CollectFunction(); |
| | | |
| | | }; |
| | | |
| | | var btnTitleText = new Button() |
| | | { |
| | |
| | | Gravity = Gravity.CenterVertical, |
| | | Width = Application.GetRealWidth(38), |
| | | Height = Application.GetRealWidth(38), |
| | | UnSelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/ModeCoolIcon2.png", |
| | | UnSelectedImagePath = "FunctionIcon/Acst/grey/ModeCoolIcon2.png", |
| | | SelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/ModeCoolIcon2.png", |
| | | TextAlignment = TextAlignment.Center, |
| | | }; |
| | |
| | | X = Application.GetRealWidth(249), |
| | | Width = Application.GetRealWidth(38), |
| | | Height = Application.GetRealWidth(38), |
| | | UnSelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/SceneSleepIcon2.png", |
| | | UnSelectedImagePath = "FunctionIcon/Acst/grey/SceneSleepIcon2.png", |
| | | SelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/SceneSleepIcon2.png", |
| | | TextAlignment = TextAlignment.Center, |
| | | }; |