Gets or sets the line style (dotted, dashed, inset, and so on.).
'Declaration
Public Property Style As LineStyle
'Usage
Dim instance As Line
Dim value As LineStyle
instance.Style = value
value = instance.Style
Property Value
One of the
LineStyle values that indicates the style.