示例#1
0
 /// <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));
 }
示例#2
0
 /// <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));
 }
示例#3
0
 /// <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));
 }
示例#4
0
 /// <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);
示例#5
0
 /// <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));
 }
示例#6
0
 /// <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));
 }
示例#9
0
 public override int GetHashCode() =>
 unchecked (((Identifier?.GetHashCode() ?? 0) * 397) ^ (Inherit.GetHashCode() * 17) + ParameterType.FullName.GetHashCode());
示例#10
0
        public static void finalize_call()
        {
            Inherit inherit = new Inherit();

            Test.Assert(inherit.finalizeCalled);
        }