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

GetContentLongTextV() public method

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