天天看点

wpf 把RGB转换为背景色的方法

this.Text = "自定义TextBlock!";
            this.Foreground = new SolidColorBrush(Color.FromArgb(, , , ));
           

继续阅读