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

GetContentShortTextV() public method

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