/// <summary> /// Gets the graphics drawing hint. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>PaletteGraphicsHint value.</returns> public override PaletteGraphicsHint GetBorderGraphicsHint(PaletteState state) => _redirect.GetBorderGraphicsHint(Style, state);
/// <summary> /// Gets the graphics drawing hint. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>PaletteGraphicsHint value.</returns> public override PaletteGraphicsHint GetBorderGraphicsHint(PaletteState state) { return(_redirect.GetBorderGraphicsHint(_style, state)); }