ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextNewFont C# (CSharp) 메소드

GetContentLongTextNewFont() 공개 메소드

Gets the font for the long text by generating a new font instance.
public GetContentLongTextNewFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
리턴 System.Drawing.Font
        public override Font GetContentLongTextNewFont(PaletteState state)
        {
            return _inherit.GetContentLongTextNewFont(state);
        }