ComponentFactory.Krypton.Toolkit.PaletteBase.GetBackImageStyle C# (CSharp) Method

GetBackImageStyle() public abstract method

Gets the background image style.
public abstract GetBackImageStyle ( PaletteBackStyle style, PaletteState state ) : PaletteImageStyle
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public abstract PaletteImageStyle GetBackImageStyle(PaletteBackStyle style, PaletteState state);
PaletteBase