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

GetContentLongTextFont() public abstract method

Gets the font for the long text.
public abstract GetContentLongTextFont ( 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 GetContentLongTextFont(PaletteContentStyle style, PaletteState state);
PaletteBase