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

GetContentLongTextImageAlign() public method

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