HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2020-05-19 34b65350abbb8b740b9c3bc0b43254cbbe23fcb5
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs
@@ -16,9 +16,9 @@
        /// <param name="size">角标大小</param>
        public InformationTipView(ButtonBase TargetView, int size = 30)
        {
            this.InitAvgSize(size, size, true);
            this.InitIconSize(size, size, true);
            this.BackgroundColor = UserCenterColor.Current.Red;
            this.Radius = (uint)Application.GetMinRealAverage(size) / 2;
            this.Radius = (uint)this.GetPictrueRealSize(size) / 2;
            this.X = TargetView.X + TargetView.Width / 2 + Application.GetRealWidth(10);
            this.Y = TargetView.Y;
        }