黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/IconViewControl.cs
@@ -1,16 +1,16 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个显示图标的控件(需要手动开启点击状态)
    /// </summary>
    public class IconViewControl : IconControlCommon
    {
        /// <summary>
        /// 图标大小
        /// <summary>
        /// 图标大小
        /// </summary>
        public int IconSize = 0;
        /// <summary>
@@ -22,10 +22,10 @@
        {
            this.InitIconSize(size, size, real);
            this.IconSize = size;
            if (real == true)
            {
                this.IconSize = Application.GetMinRealAverage(size);
            if (real == true)
            {
                this.IconSize = this.GetPictrueRealSize(size);
            }
        }
    }
}
    }
}