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

GetContentLongTextH() public method

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