ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetRibbonTextFont C# (CSharp) Method

GetRibbonTextFont() public method

Gets the font for the ribbon text.
public GetRibbonTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public virtual Font GetRibbonTextFont(PaletteState state)
        {
            return _target.GetRibbonTextFont(state);
        }
PaletteRedirect