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

GetContentShortTextImageAlign() 공개 메소드

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