ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetContentShortTextFont C# (CSharp) Method

GetContentShortTextFont() public method

Gets the font for the short text.
public GetContentShortTextFont ( PaletteContentStyle style, PaletteState state ) : Font
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public virtual Font GetContentShortTextFont(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextFont(style, state);
        }
PaletteRedirect