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

GetContentLongTextFont() public method

Gets the font for the long text.
public GetContentLongTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public override Font GetContentLongTextFont(PaletteState state)
        {
            return _inherit.GetContentLongTextFont(state);
        }