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

GetContentShortTextColorAngle() public abstract method

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