예제 #1
0
파일: Device.cs 프로젝트: hevey/maui
 public static Color GetNamedColor(string name)
 {
     return(PlatformServices.GetNamedColor(name));
 }