ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetContentShortTextImageAlign C# (CSharp) Method

GetContentShortTextImageAlign() public method

Gets the image alignment for the short text.
public GetContentShortTextImageAlign ( PaletteContentStyle style, PaletteState state ) : PaletteRectangleAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public virtual PaletteRectangleAlign GetContentShortTextImageAlign(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextImageAlign(style, state);
        }
PaletteRedirect