ComponentFactory.Krypton.Toolkit.PaletteContentInheritNode.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 override PaletteRelativeAlign GetContentShortTextV(PaletteState state)
        {
            return _inherit.GetContentShortTextV(state);
        }