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

GetBorderRounding() public method

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