| | |
| | | TextColor = ZigbeeColor.Current.GXCTextBlackColor, |
| | | SelectedTextColor = ZigbeeColor.Current.GXCTextSelectedColor, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextSize=14 |
| | | }; |
| | | AddChidren(NameBtn); |
| | | |
| | |
| | | Width = Application.GetRealWidth(400), |
| | | Height = Application.GetRealHeight(49), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = ZigbeeColor.Current.GXCPlaceHolderTextColor2 |
| | | TextColor = ZigbeeColor.Current.GXCPlaceHolderTextColor2, |
| | | TextSize=10 |
| | | }; |
| | | AddChidren(StatuBtn); |
| | | |
| | |
| | | public void SetOnLineStatu(bool statu) |
| | | { |
| | | NameBtn.IsSelected = ImageBG.IsSelected = ImageBtn.IsSelected = statu; |
| | | |
| | | NameBtn.IsBold = statu; |
| | | } |
| | | |
| | | /// <summary> |