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

GetBorderColorAngle() public method

Gets the color border angle.
public GetBorderColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
return float
        public float GetBorderColorAngle(PaletteState state)
        {
            return _inherit.GetBorderColorAngle(state);
        }