File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs |
| | |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Shared.Phone.UserCenter |
| | | namespace Shared.Phone |
| | | { |
| | | /// <summary> |
| | | /// 做成放在画面右边的的图标控件(注意,它不能用来做【向右】的图标) |
| | |
| | | this.UseClickStatu = false; |
| | | |
| | | this.Width = this.GetPictrueRealSize(110); |
| | | this.Height = this.Parent != null ? this.Parent.Height : ControlCommonResourse.ListViewRowHeight; |
| | | this.Height = this.Parent != null ? this.Parent.Height : HdlControlResourse.ListViewRowHeight; |
| | | this.Gravity = Gravity.CenterVertical; |
| | | |
| | | var XX = Application.CurrentWidth - this.GetPictrueRealSize(i_width) - ControlCommonResourse.XXLeft; |
| | | var XX = Application.CurrentWidth - this.GetPictrueRealSize(i_width) - HdlControlResourse.XXLeft; |
| | | this.X = XX - this.GetPictrueRealSize((110 - i_width) / 2); |
| | | |
| | | this.btnIcon = new IconControlCommon(); |