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

GetContentShortTextColorAngle() public method

Gets the color background angle for the short text.
public GetContentShortTextColorAngle ( PaletteContentStyle style, PaletteState state ) : float
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return float
        public virtual float GetContentShortTextColorAngle(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextColorAngle(style, state);
        }
PaletteRedirect