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

GetContentShortTextColorAngle() public method

Gets the color background angle for the short text.
public GetContentShortTextColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
return float
        public float GetContentShortTextColorAngle(PaletteState state)
        {
            return 0f;
        }