コード例 #1
0
 public SKColor GetForegroundColor() => ForegroundColor ?? _parent?.GetForegroundColor() ?? Theme.DarkTextColor;
コード例 #2
0
ファイル: ControlStyle.cs プロジェクト: xush1611/Modern.Forms
 /// <summary>
 /// Gets the computed foreground color.
 /// </summary>
 public SKColor GetForegroundColor() => ForegroundColor ?? _parent?.GetForegroundColor() ?? Theme.PrimaryTextColor;
コード例 #3
0
 public SKColor GetForegroundColor() => ForegroundColor ?? _parent.GetForegroundColor();