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

GetContentLongTextColorAngle() public method

Gets the color angle for the long text.
public GetContentLongTextColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
return float
        public float GetContentLongTextColorAngle(PaletteState state)
        {
            return _palette.GetContentLongTextColorAngle(_style, state);
        }