ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.GetRibbonTextFont C# (CSharp) 메소드

GetRibbonTextFont() 공개 메소드

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