ComponentFactory.Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextH C# (CSharp) Method

GetContentShortTextH() public method

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