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

GetContentLongTextH() public method

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