public override string BarThemeContrast(ThemeContrast themeContrast) => $"b-bar-{ToThemeContrast( themeContrast )}";
Beispiel #2
0
 public string BarThemeContrast(ThemeContrast themeContrast) => null;
 public virtual string BarThemeContrast(ThemeContrast themeContrast) => null;
Beispiel #4
0
 public virtual string BarThemeContrast(ThemeContrast themeContrast) => $"navbar-{ToThemeContrast( themeContrast )}";
 public override string BarThemeContrast(ThemeContrast themeContrast) => null;
 public override string BarThemeContrast(ThemeContrast themeContrast) => $"ant-menu-{ToThemeContrast( themeContrast )}";
Beispiel #7
0
 public abstract string BarThemeContrast(ThemeContrast themeContrast);