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