contentHeight(excludeMargin?: boolean): number {
        var size = this.jq[0].offsetHeight;
        size -= this.padBorderHeight();
        if (size > 0 && excludeMargin)
            size -= this.marginHeight();