示例#1
0
文件: Device.cs 项目: hevey/maui
 public static Color GetNamedColor(string name)
 {
     return(PlatformServices.GetNamedColor(name));
 }