Ejemplo n.º 1
0
 /// <summary>
 /// Gets the color drawing style for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color drawing style.</returns>
 public override PaletteColorStyle GetContentLongTextColorStyle(PaletteState state)
 {
     return(_redirect.GetContentLongTextColorStyle(_style, state));
 }
 /// <summary>
 /// Gets the color drawing style for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color drawing style.</returns>
 public override PaletteColorStyle GetContentLongTextColorStyle(PaletteState state) => _redirect.GetContentLongTextColorStyle(Style, state);