Interface: CSSBoxDimensionsComputedStyle

Computed styles which affect the CSS Box dimensions. See window.getComputedStyle().

Hierarchy

  • CSSBoxDimensionsComputedStyle

Properties

borderBottomWidth

• borderBottomWidth: number


borderLeftWidth

• borderLeftWidth: number


borderRightWidth

• borderRightWidth: number


borderTopWidth

• borderTopWidth: number


marginBottom

• marginBottom: number


marginLeft

• marginLeft: number


marginRight

• marginRight: number


marginTop

• marginTop: number


paddingBottom

• paddingBottom: number


paddingLeft

• paddingLeft: number


paddingRight

• paddingRight: number


paddingTop

• paddingTop: number