property LineOptions.Style as Long
Defines the style of the line

TypeDescription
Long A long expression that defines the style of the line as one of the following values:
  • 0, solid
  • 1, dash
  • 2, dot
  • 3, dash-dot
  • 4, dash-dot-dot
By default, the Style property is 0(solid). The Style property defines the style of the line. The Width property specifies the line's width or size (1 by default). The Color property specifies the line's color.