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