ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentLongTextColorAngle C# (CSharp) Method

GetContentLongTextColorAngle() public method

Gets the color background 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 0f;
        }