ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextFont C# (CSharp) Méthode

GetContentLongTextFont() public méthode

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