borderBottomLeftRadius property
Specifies the radii of the quarter ellipse that defines the shape of the lower-left corner for the outer border edge of the current box.
![]() ![]() |
Syntax
Integer value = object.put_borderBottomLeftRadius(BSTR v);Integer value = object.get_borderBottomLeftRadius(BSTR* sRadius);
Property values
Type: BSTR
One or two radius values.
-
Floating-point number, followed by a supported length unit.
-
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
[ length | percentage ]
{1,4}
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | 0 |
Standards information
- CSS Backgrounds and Borders Module Level 3, Section 5.1
Remarks
The IHTMLCSSStyleDeclaration::borderBottomLeftRadius property specifies the horizontal and vertical radii of the ellipse that defines the rounded lower-left corner of a border box. If there is only one value given, then that value specifies both horizontal and vertical radii of the ellipse. If there are two values given, then the first value sets the horizontal radius and the second value sets the vertical radius.
For more information about the border-*-*-radius properties, see How to Add Rounded Corners with CSS3.
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- Demos
- IE Test Drive: Border Radius
- IE Test Drive: IE Logo
- Conceptual
- How to Add Rounded Corners with CSS3
- Internet Explorer 9 Guide for Developers: CSS3 Backgrounds and Borders Module
- Reference
- IHTMLCSSStyleDeclaration::borderTopRightRadius
- IHTMLCSSStyleDeclaration::borderRadius
- IHTMLCSSStyleDeclaration::borderBottomRightRadius
- IHTMLCSSStyleDeclaration::borderTopLeftRadius

