/// <summary>
 /// Gets the border width from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Border width.</returns>
 public override int GetBorderWidth(PaletteState state) => _redirect.GetBorderWidth(Style, state);
Ejemplo n.º 2
0
 /// <summary>
 /// Gets the border width from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Border width.</returns>
 public override int GetBorderWidth(PaletteState state)
 {
     return(_redirect.GetBorderWidth(_style, state));
 }