ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentShortTextFont C# (CSharp) Méthode

GetContentShortTextFont() public méthode

Gets the font for the short text.
public GetContentShortTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
Résultat Font
        public virtual Font GetContentShortTextFont(PaletteState state)
        {
            return _ribbonGeneral.GetRibbonTextFont(state);
        }