ComponentFactory.Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderImageStyle C# (CSharp) Method

GetBorderImageStyle() public method

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