ComponentFactory.Krypton.Toolkit.PaletteBase.GetContentShortTextFont C# (CSharp) Method

GetContentShortTextFont() public abstract method

Gets the font for the short text.
public abstract GetContentShortTextFont ( PaletteContentStyle style, PaletteState state ) : Font
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public abstract Font GetContentShortTextFont(PaletteContentStyle style, PaletteState state);
PaletteBase