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

GetContentShortTextH() public method

Gets the horizontal relative alignment of the short text.
public GetContentShortTextH ( PaletteContentStyle style, PaletteState state ) : PaletteRelativeAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public virtual PaletteRelativeAlign GetContentShortTextH(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentShortTextH(style, state);
        }
PaletteRedirect