Ejemplo n.º 1
0
 /// <summary>
 /// Gets the background image style from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Image style value.</returns>
 public override PaletteImageStyle GetBackImageStyle(PaletteState state)
 {
     return(_redirect.GetBackImageStyle(Style, state));
 }
 /// <summary>
 /// Gets the background image style from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Image style value.</returns>
 public override PaletteImageStyle GetBackImageStyle(PaletteState state) => _redirect.GetBackImageStyle(Style, state);