ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentCommon.GetContentShortTextV C# (CSharp) Méthode

GetContentShortTextV() public méthode

Gets the actual content short text vertical alignment value.
public GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentShortTextV(PaletteState state)
        {
            if (_textV != PaletteRelativeAlign.Inherit)
                return _textV;
            else
                return Inherit.GetContentShortTextV(state);
        }