ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.GetRibbonTextFont C# (CSharp) Méthode

GetRibbonTextFont() public méthode

Gets the font for the ribbon text.
public GetRibbonTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
Résultat System.Drawing.Font
        public override Font GetRibbonTextFont(PaletteState state)
        {
            return _ribbonTabFont;
        }
PaletteSparkleBase