示例#1
0
 public static WpfBrush GetWpfBrush(this ThemeResourceKey resourceKey)
 {
     return(new WpfBrush(resourceKey.GetWpfColor()));
 }