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

GetContentShortTextImageStyle() public method

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