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

GetContentLongTextH() public method

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