Exemplo n.º 1
0
 /// <summary>
 /// Gets a value indicating if border should be drawn.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>InheritBool value.</returns>
 public override InheritBool GetBorderDraw(PaletteState state) =>
 OverrideBorderToFalse ? InheritBool.False : _redirect.GetBorderDraw(Style, state);