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

GetContentLongTextH() public method

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