Exemple #1
0
 public SKColor GetForegroundColor() => ForegroundColor ?? _parent?.GetForegroundColor() ?? Theme.DarkTextColor;
 /// <summary>
 /// Gets the computed foreground color.
 /// </summary>
 public SKColor GetForegroundColor() => ForegroundColor ?? _parent?.GetForegroundColor() ?? Theme.PrimaryTextColor;
Exemple #3
0
 public SKColor GetForegroundColor() => ForegroundColor ?? _parent.GetForegroundColor();