| | |
| | | {
|
| | | i_width = Application.GetRealWidth(i_width);
|
| | | }
|
| | | var btnContr = AddMostRightView(i_text, i_width, ControlCommonResourse.NormalControlHeight, false);
|
| | | var btnContr = AddMostRightView(i_text, i_width, this.Height, false);
|
| | | this.AddChidren(btnContr, ChidrenBindMode.BindEventOnly);
|
| | | if (chidrenYaxis != 0)
|
| | | {
|
| | |
| | | }
|
| | | var btnContr = new NormalViewControl(i_width, i_height, false);
|
| | | btnContr.X = this.Width - ControlCommonResourse.XXLeft - i_width - rightIconSize + RightOffset;
|
| | | btnContr.Height = this.Height;
|
| | | btnContr.Height = i_height;
|
| | | btnContr.TextAlignment = TextAlignment.CenterRight;
|
| | | btnContr.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | btnContr.Text = i_text;
|