ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextImageStyle C# (CSharp) Method

GetContentLongTextImageStyle() public method

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