SMART datagrid v.1 > Classes > GridStyles

[ grids ver.1.3.5]   Back  Forward

DataLudi.GridStyles.borderRadius  property

The degree of making the corner of border round. 

Currently, it is used in thumb or tooltip view of scroll bar. 

Defaults to 0.

Getter
function borderRadius(): Integer
Setter
function setBorderRadius(value: Integer)
Code -1
    grid.loadStyles({
        scrollBar: {
            thumb: {
                borderRadius: 5
            }
        }
    });
See Also
borderLeft
borderRight
borderTop
borderBottom
Styles Overview
Examples
Scroll Bar
Tooltip