Language Reference Guide : 4. System Classes : ShapeField Class : LineStyle Attribute
 
Share this page                  
LineStyle Attribute
Data Type: integer
4GL Access: RW
The LineStyle attribute specifies the style of a SegmentShape object (a line) or the line style of the perimeter line for other shapes.
Valid values are:
LS_DEFAULT (system-defined default)
LS_SOLID
LS_DASH
LS_DOT
LS_DASHDOT
LS_DASHDOTDOT
On all platforms, the LineStyle values (LS_DASH, LS_DOT, LS_DASHDOT, and LS_DASHDOTDOT) are applied only if the LineWidth is LW_DEFAULT or LW_MINIMUM.
Descriptions of system constant values and their numeric equivalents are listed in Line Style Settings.