ComponentFactory.Krypton.Toolkit.PaletteBase.GetContentLongTextMultiLineH C# (CSharp) Method

GetContentLongTextMultiLineH() public abstract method

Gets the horizontal relative alignment of multiline long text.
public abstract GetContentLongTextMultiLineH ( PaletteContentStyle style, PaletteState state ) : PaletteRelativeAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public abstract PaletteRelativeAlign GetContentLongTextMultiLineH(PaletteContentStyle style, PaletteState state);
PaletteBase