Example #1
0
 public override string BarThemeContrast(ThemeContrast themeContrast) => $"b-bar-{ToThemeContrast( themeContrast )}";
Example #2
0
 public string BarThemeContrast(ThemeContrast themeContrast) => null;
 public virtual string BarThemeContrast(ThemeContrast themeContrast) => null;
Example #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 )}";
Example #7
0
 public abstract string BarThemeContrast(ThemeContrast themeContrast);