style | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Specifies the general appearance and behavior of an object. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: standard, opaque, popup, shadow Property: roundEnds, properties, shadow, dontResize, style, windowShape, menuMode, threeD, backgroundColor, lookAndFeel Command: modeless, pulldown Object: scrollbar, graphic, field, stack Glossary: object, property, behavior, regular polygon, checkbox, Motif, appearance, background | ||||||
Description | Use the style property to set an object's specific type. The possible settings of an object's style property depend on the kind of object. The style of a button is one of the following:
The style of a button interacts with certain other properties. For example, setting the opaque of a standard button to false sets its style to "transparent". The style of a field is one of the following:
The style of a graphic determines its shape and is one of the following:
The style of a scrollbar is one of the following:
Vertical scale and progress scrollbars always reflect the current lookAndFeel setting. Horizontal scale and progress scrollbars use the Motif look and feel, unless the lookAndFeel is set to "Appearance Manager". The style of a stack determines its behavior and is one of the following:
| ||||||
Tags | ui |