版权声明:本文为博主原创文章,未经博主允许不得转载。https://blog.csdn.net/u014117094/article/details/48135045
代码图如下:
代码片如下:
BrushConverter brushConverter = new BrushConverter();
PopupBorder.Background = (Brush)brushConverter.ConvertFromString("#121212");
MessageLabel.Foreground = (Brush)brushConverter.ConvertFromString("#7d7d7d");