ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextColorAngle C# (CSharp) Method

GetContentShortTextColorAngle() public method

Gets the color background angle for the short text.
public GetContentShortTextColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
return float
        public override float GetContentShortTextColorAngle(PaletteState state)
        {
            return _inherit.GetContentShortTextColorAngle(state);
        }