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

GetBackImageStyle() public method

Gets the background image style from the redirector.
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public override PaletteImageStyle GetBackImageStyle(PaletteState state)
        {
            return _redirect.GetBackImageStyle(Style, state);
        }