コード例 #1
0
 /// <summary>
 /// Gets the color drawing style from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color drawing style.</returns>
 public override PaletteColorStyle GetBorderColorStyle(PaletteState state) => _redirect.GetBorderColorStyle(Style, state);
コード例 #2
0
 /// <summary>
 /// Gets the color drawing style from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color drawing style.</returns>
 public override PaletteColorStyle GetBorderColorStyle(PaletteState state)
 {
     return(_redirect.GetBorderColorStyle(_style, state));
 }