ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImageStyle C# (CSharp) Méthode

GetContentShortTextImageStyle() public méthode

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