ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextFont C# (CSharp) 메소드

GetContentLongTextFont() 공개 메소드

Gets the actual content long text font value.
public GetContentLongTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
리턴 System.Drawing.Font
        public Font GetContentLongTextFont(PaletteState state)
        {
            return _palette.GetContentLongTextFont(_style, state);
        }