/// <summary> /// Gets a value indicating if background should be drawn. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>InheritBool value.</returns> public override InheritBool GetBackDraw(PaletteState state) { return(_redirect.GetBackDraw(Style, state)); }
/// <summary> /// Gets a value indicating if background should be drawn. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>InheritBool value.</returns> public override InheritBool GetBackDraw(PaletteState state) => _redirect.GetBackDraw(Style, state);