ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentLongTextImageStyle C# (CSharp) Method

GetContentLongTextImageStyle() public method

Gets the background image style for the long text.
public GetContentLongTextImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public virtual PaletteImageStyle GetContentLongTextImageStyle(PaletteState state)
        {
            return PaletteImageStyle.Stretch;
        }