indentGuides

Type: Boolean

Availability: Read or write at any time

The indentGuides property of the JadeTextEdit control specifies whether vertical indentation guidelines are displayed in the client area. The default value is false (that is, guidelines are not displayed).

Specify the foreground and background colors of the indent mark by calling the setStyleAttributes method with the styleNumber parameter set to STYLE_INDENTGUIDE (37).

It is recommended that the background color be left as the default background and that the foreground should be light gray (for example, #C0C0C0).