threeDHilite | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Specifies whether selected lines in a list field look like they're receding into the screen. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field, effective, lines Property: threeD, selected, topPattern, bottomColor, listBehavior, noncontiguousHilites, bottomPattern, toggleHilites, hilitedLine Object: field Glossary: property, highlight, list field, topColor, appearance, select | ||||||
Description | Use the threeDHilite property to control the appearance of list field|list fields. If the threeDHilite property is true, selected lines in a list field are drawn with a three-D box around them. (The box is drawn using the field's effective topColor and bottomColor properties.) If the threeDHilite is false, the selected lines are simply highlighted. If the field's listBehavior property is set to false, this property has no effect. | ||||||
Tags | ui |