Style borderBottomRightRadius Property
Style borderBottomRightRadius Property
The borderBottomRightRadius property is used to either set or return the shape of the border of the bottom-right corner.
Syntax:-
Its syntax is:- object.style.borderBottomRightRadius OR object.style.borderBottomRightRadius = length|% [length|%]|initial|inherit
Return:-
Its return is:- string having border-bottom-right-radius property of an element
Further Explanation:-
Value | Description |
---|---|
length | Defines shape of the bottom-right corner. |
% | Defines shape of the bottom-right corner in %. |
initial | Sets property to its default value. |
inherit | Inherits property from its parent element. |