ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImageStyle C# (CSharp) 메소드

GetContentShortTextImageStyle() 공개 메소드

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