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

GetContentShortTextImageAlign() public abstract method

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