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

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

Gets the color drawing style for the short text.
public GetContentShortTextColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteColorStyle
        public PaletteColorStyle GetContentShortTextColorStyle(PaletteState state)
        {
            return _palette.GetContentShortTextColorStyle(_style, state);
        }