mac
2023-10-12 e4f7080639ee8cbc71172e5202f953924cedc074
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -34,6 +34,7 @@
            TextColor = MusicColor.WhiteColor,
            TextSize = TextSize.Text16,
            TextAlignment = TextAlignment.CenterRight,
            IsBold=true,
        };
        public Button btnName = new Button
@@ -43,8 +44,8 @@
            Height = Application.GetRealHeight(20),
            TextSize = TextSize.Text14,
            TextColor = MusicColor.TextColor,
            TextAlignment = TextAlignment.Center,
            Padding = new Padding(0, 4, 0, 4),
            TextAlignment = TextAlignment.CenterLeft,
            Padding = new Padding(0, 0, 0, 0),
            IsMoreLines = true,
        };
@@ -88,7 +89,7 @@
            EventHandler<MouseEventArgs> DownClick = (sender, e) =>
            {
                //按下去改变背景颜色
                //this.BackgroundColor = 0xff454635;
                //this.BackgroundColor = AksCommonMethod.seleBackgroundColor;
                action?.Invoke(this);
            };
            this.MouseUpEventHandler += DownClick;