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

GetBorderRounding() public abstract method

Gets the border corner rounding.
public abstract GetBorderRounding ( PaletteBorderStyle style, PaletteState state ) : int
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return int
        public abstract int GetBorderRounding(PaletteBorderStyle style, PaletteState state);
PaletteBase