/// <summary> /// Gets the color to use in place of the image map color. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>Color value.</returns> public Color GetContentImageColorTo(PaletteState state) { return(Inherit.GetContentImageColorTo(state)); }
/// <summary> /// Gets the actual content image vertical alignment value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>RelativeAlignment value.</returns> public PaletteRelativeAlign GetContentImageV(PaletteState state) { return(Inherit.GetContentImageV(state)); }
/// <summary> /// Gets the actual image drawing effect value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>PaletteImageEffect value.</returns> public PaletteImageEffect GetContentImageEffect(PaletteState state) { return(Inherit.GetContentImageEffect(state)); }
/// <summary> /// Gets the actual background graphics hint value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>PaletteGraphicsHint value.</returns> public PaletteGraphicsHint GetBackGraphicsHint(PaletteState state) => Inherit.GetBackGraphicsHint(state);
/// <summary> /// Gets the actual content draw with focus value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>InheritBool value.</returns> public InheritBool GetContentDrawFocus(PaletteState state) { return(Inherit.GetContentDrawFocus(state)); }
/// <summary> /// Gets the actual background draw value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>InheritBool value.</returns> public InheritBool GetBackDraw(PaletteState state) => Inherit.GetBackDraw(state);
/// <summary> /// Gets the actual background draw value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>InheritBool value.</returns> public InheritBool GetBackDraw(PaletteState state) { return(Inherit.GetBackDraw(state)); }
/// <summary> /// Gets the actual background graphics hint value. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>PaletteGraphicsHint value.</returns> public PaletteGraphicsHint GetBackGraphicsHint(PaletteState state) { return(Inherit.GetBackGraphicsHint(state)); }
public override int GetHashCode() => unchecked (((Identifier?.GetHashCode() ?? 0) * 397) ^ (Inherit.GetHashCode() * 17) + ParameterType.FullName.GetHashCode());
public static void finalize_call() { Inherit inherit = new Inherit(); Test.Assert(inherit.finalizeCalled); }