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

GetContentShortTextTrim() public method

Gets the text trimming to use for short text.
public GetContentShortTextTrim ( PaletteContentStyle style, PaletteState state ) : PaletteTextTrim
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteTextTrim
        public virtual PaletteTextTrim GetContentShortTextTrim(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextTrim(style, state);
        }
PaletteRedirect