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

GetContentShortTextH() public method

Gets the actual content short text horizontal alignment value.
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public PaletteRelativeAlign GetContentShortTextH(PaletteState state)
        {
            return _palette.GetContentShortTextH(_style, state);
        }