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

GetContentLongTextColorAngle() public abstract method

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