ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextTrim C# (CSharp) Method

GetContentShortTextTrim() public method

Gets the actual text trimming for the short text.
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim
state PaletteState Palette value should be applicable to this state.
return PaletteTextTrim
        public PaletteTextTrim GetContentShortTextTrim(PaletteState state)
        {
            return _palette.GetContentShortTextTrim(_style, state);
        }