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