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

GetContentImageH() public method

Gets the horizontal relative alignment of the image.
public GetContentImageH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public PaletteRelativeAlign GetContentImageH(PaletteState state)
        {
            return PaletteRelativeAlign.Center;
        }