ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentLongTextImageStyle C# (CSharp) Méthode

GetContentLongTextImageStyle() public méthode

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