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

GetContentShortTextImageStyle() public method

Gets the background image style.
public GetContentShortTextImageStyle ( PaletteContentStyle style, PaletteState state ) : PaletteImageStyle
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public virtual PaletteImageStyle GetContentShortTextImageStyle(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextImageStyle(style, state);
        }
PaletteRedirect