示例#1
0
 public static Brush ToBrush(this XF.Color color)
 {
     return(new SolidColorBrush(color.ToMediaColor()));
 }