borderBottomRightRadius property

[This documentation is preliminary and is subject to change.]

Sets or retrieves one or two values that define the radii of the quarter ellipse that defines the shape of the lower-right corner for the outer border edge of the current box.

CSS Backgrounds and Borders Module Level 3, Section 4.4Internet Explorer 9

Syntax

Integer value = object.put_borderBottomRightRadius(BSTR v);Integer value = object.get_borderBottomRightRadius(BSTR* sRadius);

Property values

Type: BSTR

One or two radius values.

radius (radius)

A floating-point number, followed by either an absolute units designator (cm, mm, in, pt, or pc) or a relative units designator (em, ex, or px). For more information about the supported length units, see CSS Values and Units Reference.

percentage (percentage)

An integer, followed by a %. The value is a percentage of, for horizontal radii, the width of the border box, or, for vertical radii, the height of the border box.

String format

radius | percentage

CSS information

Applies To All elements
Media visual
Inherited no
Initial Value

Standards information

Remarks

The border-bottom-right-radius property specifies the horizontal and vertical radii of the ellipse that defines the rounded lower-right corner of a border box. If there is only one value given, that value specifies both horizontal and vertical radii of the ellipse. If there are two values given, the first value sets the horizontal radius and the second value sets the vertical radius.

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference

border-top-right-radius

border-bottom-left-radius

border-radius

border-top-left-radius

 

 

Build date: 1/23/2012