Exemplo n.º 1
0
 public override string BarThemeContrast(ThemeContrast themeContrast) => $"b-bar-{ToThemeContrast( themeContrast )}";
Exemplo n.º 2
0
 public string BarThemeContrast(ThemeContrast themeContrast) => null;
Exemplo n.º 3
0
 public virtual string BarThemeContrast(ThemeContrast themeContrast) => null;
Exemplo n.º 4
0
 public virtual string BarThemeContrast(ThemeContrast themeContrast) => $"navbar-{ToThemeContrast( themeContrast )}";
Exemplo n.º 5
0
 public override string BarThemeContrast(ThemeContrast themeContrast) => null;
Exemplo n.º 6
0
 public override string BarThemeContrast(ThemeContrast themeContrast) => $"ant-menu-{ToThemeContrast( themeContrast )}";
Exemplo n.º 7
0
 public abstract string BarThemeContrast(ThemeContrast themeContrast);