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

GetContentShortTextMultiLineH() public method

Gets the horizontal relative alignment of multiline short text.
public GetContentShortTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public PaletteRelativeAlign GetContentShortTextMultiLineH(PaletteState state)
        {
            return PaletteRelativeAlign.Near;
        }