示例#1
0
 public static SolidColorBrush ToUwpSolidColorBrush(this Xamarin.Forms.Color color)
 {
     return(new SolidColorBrush(color.ToUwPColor()));
 }