contentWidth(excludeMargin?: boolean): number {
        var size = this.jq[0].offsetWidth;
        size -= this.padBorderWidth();
        if (size > 0 && excludeMargin)
            size -= this.marginWidth();