ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentLongTextImageAlign C# (CSharp) Method

GetContentLongTextImageAlign() public method

Gets the image alignment for the long text.
public GetContentLongTextImageAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public PaletteRectangleAlign GetContentLongTextImageAlign(PaletteState state)
        {
            return PaletteRectangleAlign.Local;
        }