ComponentFactory.Krypton.Toolkit.PaletteBorderInheritForced.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 override float GetBorderColorAngle(PaletteState state)
        {
            return _inherit.GetBorderColorAngle(state);
        }