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

GetBorderColorAngle() public abstract method

Gets the color border angle.
public abstract GetBorderColorAngle ( PaletteBorderStyle style, PaletteState state ) : float
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return float
        public abstract float GetBorderColorAngle(PaletteBorderStyle style, PaletteState state);
PaletteBase