| | |
| | | { |
| | | topTitle = new Button |
| | | { |
| | | X=Application.GetRealWidth(164), |
| | | X = Application.GetRealWidth(164), |
| | | Height = Application.GetRealHeight(CommonFormResouce.TopFrameLayout_Height - CommonFormResouce.TopStatuFrameLayout_Height), |
| | | Width = Application.GetRealWidth(CommonFormResouce.TopTitle_Width), |
| | | TextSize = CommonFormResouce.TopTitle_TextSize, |
| | | TextColor = ZigbeeColor.Current.GXCTitleBlackTitle, |
| | | TextAlignment=TextAlignment.CenterLeft |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | IsBold = true, |
| | | }; |
| | | |
| | | topView.AddChidren(topTitle); |
| | | } |
| | | /// <summary> |