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);
        }