ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextMultiLineH C# (CSharp) Method

GetContentShortTextMultiLineH() public method

Gets the vertical relative alignment of the short text.
public GetContentShortTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentShortTextMultiLineH(PaletteState state)
        {
            return _inherit.GetContentShortTextMultiLineH(state);
        }