ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackImageStyle C# (CSharp) Method

GetBackImageStyle() public method

Gets the background image style.
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
            public PaletteImageStyle GetBackImageStyle(PaletteState state)
            {
                return _parent.GetBorderImageStyle(state);
            }