ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextV C# (CSharp) Метод

GetContentShortTextV() публичный Метод

Gets the actual content short text vertical alignment value.
public GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRelativeAlign
        public PaletteRelativeAlign GetContentShortTextV(PaletteState state)
        {
            return _palette.GetContentShortTextV(_style, state);
        }