Exemple #1
0
 private static XamlColor GetColor(Styles.Color color)
 {
     return color == null ? Colors.Black : color.ToXaml();
 }