threeDHilite

Specifies whether selected lines in a list field look like they're receding into the screen.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

set the threeDHilite of field to {true | false}

# Examples

set the threeDHilite of field "Options" to false

set the threeDHilite of the templateField to true

# Description

Use the threeDHilite property to control the appearance of list fields.

If the threeDHilite property is true, select lines in a list field are drawn with a three-D box around them. (The box is drawn using the field effective topColor and bottomColor properties.) If the threeDHilite is false, the select lines are simply highlight.

If the field's listBehavior property is set to false, this property has no effect.

# Tags

ui,

# See