From d0396d3f30d46810f8453bf21f86bd93fe5dbdec Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期三, 10 六月 2020 15:54:37 +0800 Subject: [PATCH] test --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs old mode 100755 new mode 100644 index c067539..673e824 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs @@ -10,9 +10,9 @@ public class MostRightIconControl : FrameLayoutControl { /// <summary> - /// 鍥炬爣鎺т欢 + /// 鍥炬爣鎺т欢(杩笉寰楀繁锛岃繖涓笢瑗垮紑鏀惧嚭鍘�) /// </summary> - private IconControlCommon btnIcon = null; + public IconControlCommon btnIcon = null; /// <summary> /// UnSelectedImagePath /// </summary> @@ -39,14 +39,24 @@ } /// <summary> + /// X杞寸殑鐪熷疄鍋忕Щ閲�(璇风‘淇濆凡缁忚皟鐢↖nitControl鍒濆鍖栧嚱鏁�,鐢ㄦ硶:钃濇箹涓婄殑X杞�,鍑忔帀杩欎釜鍊煎嵆鍙�) + /// </summary> + public int XOffset + { + get { return (this.Width - btnIcon.Width) / 2; } + } + + /// <summary> /// 鍋氭垚鏀惧湪鐢婚潰鍙宠竟鐨勭殑鍥炬爣鎺т欢(娉ㄦ剰,瀹冧笉鑳界敤鏉ュ仛銆愬悜鍙炽�戠殑鍥炬爣) /// </summary> /// <param name="i_width">鎺т欢绌哄害</param> /// <param name="i_height">鎺т欢楂樺害</param> public MostRightIconControl(int i_width, int i_height) { + this.UseClickStatu = false; + this.Width = Application.GetMinRealAverage(110); - this.Height = Application.GetMinRealAverage(110); + this.Height = this.Parent != null ? this.Parent.Height : ControlCommonResourse.ListViewRowHeight; this.Gravity = Gravity.CenterVertical; var XX = Application.CurrentWidth - Application.GetMinRealAverage(i_width) - ControlCommonResourse.XXLeft; -- Gitblit v1.8.0