Example #1
0
 public static WBrush ToNative(this Graphics.Color color)
 {
     return(new WSolidColorBrush(color.ToWindowsColor()));
 }