roundRadius | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | roundheight,roundwidth | ||||||
Summary | Specifies how round the corners of a round rectangle are. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: roundRect, integer, graphic Property: roundEnds, pixels Command: global Glossary: control, property, non-negative, paint tool | ||||||
Description | Use the roundRadius property to control the appearance of rounded rectangles. The roundRadius determines the diameter of the circle used to draw the corners of a round rectangle. For example, if a round rectangle's roundRadius is 15, each corner of the rectangle is an arc of a circle whose diameter is 15 pixels. If the graphic's style property is not "roundRect", the setting of this property has no effect. The global setting of the roundRadius property controls the appearance of round rectangles drawn with the roundRect paint tool. Once a paint rounded rectangle is drawn, its appearance cannot be changed by changing the global roundRadius property. | ||||||
Tags | ui |