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

GetBorderWidth() public method

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