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