| | |
| | | frameBack.Y = Application.GetRealHeight(153);
|
| | | frameBack.Gravity = Gravity.Center;
|
| | | }
|
| | |
|
| | | //如果是PM2.5
|
| | | if (deviceObj.Type == DeviceType.PMSensor)
|
| | | {
|
| | | frame.RemoveFromParent();
|
| | | frameBorder.Y = Application.GetRealHeight(0);
|
| | | frameBorder.Height = Application.GetRealHeight(708);
|
| | | frameBack.BackgroundImagePath = "RealDevice/SensorPMTwoPointFive.png";
|
| | | frameBack.Width = this.GetPictrueRealSize(418);
|
| | | frameBack.Height = this.GetPictrueRealSize(403);
|
| | | frameBack.Y = Application.GetRealHeight(153);
|
| | | frameBack.Gravity = Gravity.Center;
|
| | | }
|
| | | }
|
| | | else
|
| | | {
|