ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextFont C# (CSharp) Метод

GetContentShortTextFont() публичный Метод

Gets the actual content short text font value.
public GetContentShortTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
Результат System.Drawing.Font
        public Font GetContentShortTextFont(PaletteState state)
        {
            return _palette.GetContentShortTextFont(_style, state);
        }