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

GetBorderWidth() public abstract method

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