/// <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);
예제 #2
0
 /// <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));
 }