LineStyle property
Returns or sets the style of the line (for example, solid, dash, or dot). Read/write. Constant.
A style can only be set for a line with a width of one.
Syntax
object
.LineStyle
[ = style
]where
object
– is the name of a line or an object composed of lines, or an expression that evaluates to a line or an object composed of lines.style
– is a constant of the type gfxLineStyleConstants that specifies the style for the line.Provide Feedback