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

GetBorderWidth() public method

Gets the border width from the redirector.
public GetBorderWidth ( PaletteState state ) : int
state PaletteState Palette value should be applicable to this state.
return int
        public override int GetBorderWidth(PaletteState state)
        {
            return _redirect.GetBorderWidth(_style, state);
        }