TXTextControl.TextFrameMarkerLines Property

This property determines whether or not marker lines for text frames are visible. Marker lines show a text frame's border if the text frame has no border line. A text frame's border line can be set with the TextFrameBorderWidth property.

Introduced: 12.0.

Syntax

TXTextControl.TextFrameMarkerLines [= boolean]
Setting Description
True (Default)Marker lines are visible.
False    Marker lines are invisible.

Data Types

Boolean.

See Also