/// <summary>
 /// Gets the border 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 GetBorderImageStyle(PaletteState state) => _redirect.GetBorderImageStyle(Style, state);
Ejemplo n.º 2
0
 /// <summary>
 /// Gets the border 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 GetBorderImageStyle(PaletteState state)
 {
     return(_redirect.GetBorderImageStyle(_style, state));
 }