ComponentFactory.Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextH C# (CSharp) Метод

GetContentLongTextH() публичный Метод

Gets the horizontal relative alignment of the long text.
public GetContentLongTextH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentLongTextH(PaletteState state)
        {
            return _inherit.GetContentLongTextH(state);
        }