Enables or disables the rounded corners functionality. This property setting has
effect in browsers which support CSS border-radius.
Possible Values:
'all' - for all corners
'top'- for top corners
'bottom' - for bottom corners
'left' - for left corners
'right' - for right corners
'top-right' - for top right corners
'top-left' - for top left corners
'bottom-right' - for bottom right corners
'bottom-left' - for bottom left corners
Code examples
Initialize a button with the roundedCorners property specified.
$("#jqxButton").jqxButton({ width: '150', height: '25', roundedCorners: 'jqx-rc-t'});