| | |
| | | frameBack.Gravity = picRoom.Gravity;
|
| | | frameBack.Radius = picRoom.Radius;
|
| | | frameBack.BackgroundColor = 0x33000000;
|
| | | this.AddChidren(picRoom, ChidrenBindMode.BindEventOnly);
|
| | | this.AddChidren(picRoom, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //房间名字的背景
|
| | | this.btnRoomNameBackGroud = new NormalViewControl(HdlControlLogic.Current.GetPictrueRealSize(141), Application.GetRealHeight(84), false);
|
| | | btnRoomNameBackGroud.X = HdlControlLogic.Current.GetPictrueRealSize(14);
|
| | | btnRoomNameBackGroud.BackgroundColor = 0x80000000;
|
| | | this.AddChidren(btnRoomNameBackGroud, ChidrenBindMode.BindEventOnly);
|
| | | this.AddChidren(btnRoomNameBackGroud, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //房间名字
|
| | | this.btnRoomName = new NormalViewControl(50, Application.GetRealHeight(84), false);
|
| | |
| | | btnRoomName.IsBold = true;
|
| | | btnRoomName.TextAlignment = TextAlignment.Center;
|
| | | btnRoomName.TextColor = UserCenterColor.Current.White;
|
| | | this.AddChidren(btnRoomName, ChidrenBindMode.BindEventOnly);
|
| | | this.AddChidren(btnRoomName, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //刷新控件信息
|
| | | this.RefreshControl();
|