예제 #1
0
 /// <summary>
 /// Gets a value indicating if content should be drawn with focus indication.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>InheritBool value.</returns>
 public override InheritBool GetContentDrawFocus(PaletteState state)
 {
     return(_redirect.GetContentDrawFocus(_style, state));
 }
 /// <summary>
 /// Gets a value indicating if content should be drawn with focus indication.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>InheritBool value.</returns>
 public override InheritBool GetContentDrawFocus(PaletteState state) => _redirect.GetContentDrawFocus(Style, state);