ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextV C# (CSharp) Method

GetContentLongTextV() public method

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