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

GetContentLongTextTrim() public method

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